Crate route_verification_bloom

Source
Expand description

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

Structsยง

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