Expand description

Hash set with Bloom filter front end, tailored for low positives expectation lookups. See BloomHashSet for usage.

Structs§

  • Faster contains check than HashSet when expectation for positives is low.