issues
search
lytics
/
hll
HyperLogLog++ for Go
Apache License 2.0
43
stars
6
forks
source link
Add Combine() to merge Hlls, misc cleanup
#1
Closed
drevell
closed
10 years ago
drevell
commented
10 years ago
Indexes are now uint64, not uint
merge() now operates on hashcode iterators, not on specific types
Factor out some Hll logic into methods to avoid duplication