Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi authored and gnapoli23 committed Jan 10, 2023
1 parent 9226216 commit 3604edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket_map/src/bucket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ impl<T: Clone + Copy> Bucket<T> {
let increment = 1;
for i in increment.. {
//increasing the capacity by ^4 reduces the
//likelyhood of a re-index collision of 2^(max_search)^2
//likelihood of a re-index collision of 2^(max_search)^2
//1 in 2^32
let mut index = BucketStorage::new_with_capacity(
Arc::clone(&self.drives),
Expand Down

0 comments on commit 3604edb

Please sign in to comment.