Crate sbf

Source
Expand description

SBF is a probabilistic data structure that maps elements of a space to indexed disjoint subsets of that space.

This is a reimplementation of the C library by the original research group.

Re-exports§

pub use data_structure::SBF;
pub use error::Error;
pub use types::HashFunction;
pub use types::Salt;

Modules§

data_structure
SBF data structure module
error
Convenience error module
types
Common types for the SBF data structure