go-hll icon indicating copy to clipboard operation
go-hll copied to clipboard

Go implementation of HLL that plays nicely with other languages

Results 2 go-hll issues
Sort by recently updated
recently updated
newest added

I'm using v1.0.1 and run into a out-of-range-access when union two hlls. The statement give rise to this problem is "s.Union(l)", where the `s` is using dense storage and have...

I have a use-case for inspecting if the number of entries in an HLL has reached the point of no longer being tracked explicitly. That is, the storage type of...