#hash #impl #yaws

no-std slabbable-hash

Slabbable hash impl

1 unstable release

0.1.0 Jan 24, 2025

#682 in Science

Download history 15/week @ 2025-08-20 18/week @ 2025-08-27 34/week @ 2025-09-03 13/week @ 2025-09-10 2/week @ 2025-09-17 14/week @ 2025-09-24 18/week @ 2025-10-01 29/week @ 2025-10-15 51/week @ 2025-10-22 1/week @ 2025-11-05

81 downloads per month
Used in 5 crates (via slabbable-impl-selector)

Apache-2.0/MIT

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

~225KB