We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e5ea commit 9e717e7Copy full SHA for 9e717e7
crates/geo_filters/src/diff_count/sim_hash.rs
@@ -11,6 +11,10 @@ use crate::Diff;
11
12
use super::BitVec;
13
14
+// TODO migrate these const values to be defined in configuration
15
+// The current values are only really appropriate for smaller
16
+// configurations
17
+
18
/// Number of bits covered by each SimHash bucket.
19
pub const SIM_BUCKET_SIZE: usize = 6;
20
/// Number of consecutive SimHash buckets used for searching.
0 commit comments