Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Mar 24, 2016
1 parent 93c4373 commit 18a8b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptive_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const LOAD_FACTOR_THRESHOLD: f32 = 0.625;
// low (~ 20%). We choose 62.5%, because it's a simple fraction (5/8), and its half is 31.25%.
// (When a map is grown, the load factor is halved.)

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

Expand Down

0 comments on commit 18a8b5f

Please sign in to comment.