fff-search 0.11.0

Faboulous & Fast File Finder - a fast and extremely correct file finder SDK with typo resistance, SIMD, prefiltering, and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[doc(hidden)] // for bench
pub mod bigram_filter;
pub(crate) use bigram_filter::*;

mod bigram_query;
pub use bigram_query::*;

mod column_slab;
pub(crate) use column_slab::ColumnSlab;

mod candidates;
pub(crate) use candidates::*;

pub mod constraints;