Skip to content

Commit 9e717e7

Browse files
committed
Add TODO to migrate SimHash consts to configuration
1 parent ae7e5ea commit 9e717e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/geo_filters/src/diff_count/sim_hash.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ use crate::Diff;
1111

1212
use super::BitVec;
1313

14+
// TODO migrate these const values to be defined in configuration
15+
// The current values are only really appropriate for smaller
16+
// configurations
17+
1418
/// Number of bits covered by each SimHash bucket.
1519
pub const SIM_BUCKET_SIZE: usize = 6;
1620
/// Number of consecutive SimHash buckets used for searching.

0 commit comments

Comments
 (0)