1 unstable release
new 0.1.0 | Jan 24, 2025 |
---|
#347 in Science
105 downloads per month
Used in 2 crates
(via slabbable-impl-selector)
22KB
384 lines
Slabbable Hash
Hash impl Slabbable
Currently we only hook hashbrown as HashMap and nohash-hasher as the HasherBuilder
If you would like other hasher / hashmap please add with cfg-switches;
cfg | values | default |
---|---|---|
slabbable_hasher | - | nohash_hasher |
slabbable_hashmap | - | hashbrown |
See the trait documentation.
Dependencies
~195KB