hyperloglockless 0.5.0

High-performance HyperLogLog with bias correction and full concurrency support.
Documentation
1
2
3
4
#[derive(Debug, PartialEq)]
pub enum Error {
    IncompatibleLength,
}