flashsieve 0.1.1

Storage-level pre-filtering for pattern matching — skip blocks that can't contain matches
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::unwrap_used)]
pub mod bloom;
pub mod builder;
pub mod file_bloom_index;
pub mod filter;
pub mod histogram;
pub mod incremental;
pub mod mmap_index;