Expand description
Hash set with Bloom filter front end, tailored for low positives expectation
lookups.
See BloomHashSet
for usage.
Structsยง
- Bloom
Hash Set - Faster
contains
check thanHashSet
when expectation for positives is low.
Hash set with Bloom filter front end, tailored for low positives expectation
lookups.
See BloomHashSet
for usage.
contains
check than HashSet
when expectation for positives is low.