Various implementations of collections that use approximations to improve on running time or memory, but introduce a certain amount of error.
# Cargo.toml
[dependencies]
probabilistic-collections = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Bloom filter and checks membership.
Use for approximate membership queries where false positives are acceptable.
No dependency data recorded yet.