Skip to content

Commit 906f673

Browse files
nnethercottirevoire
authored andcommitted
cleanup
1 parent 387d59e commit 906f673

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/writer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,6 @@ fn split_imbalance(left_indices_len: u64, right_indices_len: u64) -> f64 {
13541354
/// Return the number of trees we should have at the end of the indexing process.
13551355
/// The number may be bigger or smaller than the current number of trees in the database
13561356
/// but won't shrink too quickly if the number of items slightly decreases.
1357-
// NOTE: we should consider n_deleted indices in here too, e.g. use to_insert not item_indices
13581357
pub(crate) fn target_n_trees(
13591358
options: &BuildOption,
13601359
dimensions: u64,

0 commit comments

Comments
 (0)