hll
hll copied to clipboard
HyperLogLog++ for Go
Results
2
hll issues
Sort by
recently updated
recently updated
newest added
Thanks for this library. I have made some big changes on my fork to make it compatible with [BigQuery HLL functions](https://cloud.google.com/bigquery/docs/reference/standard-sql/hll_functions). Which kinda makes it compatible with Google's [zetasketch](https://github.com/google/zetasketch). You...
this was a little surprising: https://github.com/lytics/hll/blob/master/hll.go#L319-L322 Any reason for not using Gob?