A collection of Bloom filters written in Rust.
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
Fix README docs to reflect mark/check instead of set/get.
99702c8View on GitHubMove statistics-based tests out of bloom.rs into an example (for now).
e1b6f30View on GitHubExtract common tests to bloom.rs from blocked.rs and standard.rs
91e161eView on GitHubExtract out test functionality to false_positive_probability
788ff17View on GitHubMove some functionality from Standard and Blocked into the BloomFilter trait.
1aa925bView on GitHubMove the Block type out of BlockedBloom into StandardBloom.
eeb1a84View on GitHub