alecmocatta / streaming_algorithms

Performant implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.
Apache License 2.0
83 stars 11 forks source link

add PartialEq and Eq for HyperLogLog struct #15

Closed lichuang closed 1 year ago

lichuang commented 1 year ago

add PartialEq and Eq for HyperLogLog struct

lichuang commented 1 year ago

I see there is HyperLogLogMagnitude which impl Eq, but lack len() API.