pdatastructs 0.7.0

Simple probabilistic data structures
Documentation
1
2
3
4
5
//! Top-K, store `k` most frequent data points in stream.
#[cfg(feature = "num-traits")]
pub mod cmsheap;

pub mod lossycounter;