Skip to content

Commit 18a8b5f

Browse files
committed
doc
1 parent 93c4373 commit 18a8b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptive_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const LOAD_FACTOR_THRESHOLD: f32 = 0.625;
4040
// low (~ 20%). We choose 62.5%, because it's a simple fraction (5/8), and its half is 31.25%.
4141
// (When a map is grown, the load factor is halved.)
4242

43-
// TODO: add one-shot hashing for String, str and arrays.
43+
// TODO: add one-shot hashing for String, str, arrays and other types.
4444
// TODO: consider adding a limit for the number of fully equal hashes in a probe sequence.
4545
// Fully equal hashes cause key comparison, which might be a problem for large string keys.
4646

0 commit comments

Comments
 (0)