We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b40577 commit ac95884Copy full SHA for ac95884
src/sketch_columns.cpp
@@ -249,7 +249,7 @@ void ResizeableSketchColumn::update(const vec_t update) {
249
250
void ResizeableSketchColumn::atomic_update(const vec_t update) {
251
vec_hash_t checksum = Bucket_Boruvka::get_index_hash(update, seed);
252
- col_hash_t depth = Bucket_Boruvka::get_index_depth_legacy(update, seed, capacity-1);
+ col_hash_t depth = Bucket_Boruvka::get_index_depth_legacy(update, seed, 60);
253
254
255
// grab reader lock
0 commit comments