Go Community Linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Go community here or just enjoy what everyone else has found!


HyperLogLog: An Improved HyperLogLog Implementation for Go

HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction).

An improved version of HyperLogLog for the count-distinct problem, approximating the number of distinct elements in a multiset using 20-50% less space than other usual HyperLogLog implementations.

Posted by:  Brian Scott