We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c4373 commit 18a8b5fCopy full SHA for 18a8b5f
src/adaptive_map.rs
@@ -40,7 +40,7 @@ const LOAD_FACTOR_THRESHOLD: f32 = 0.625;
40
// low (~ 20%). We choose 62.5%, because it's a simple fraction (5/8), and its half is 31.25%.
41
// (When a map is grown, the load factor is halved.)
42
43
-// TODO: add one-shot hashing for String, str and arrays.
+// TODO: add one-shot hashing for String, str, arrays and other types.
44
// TODO: consider adding a limit for the number of fully equal hashes in a probe sequence.
45
// Fully equal hashes cause key comparison, which might be a problem for large string keys.
46
0 commit comments