Miscellaneous Data Structures and Algorithms
hyperloglog950
HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction.
count-min-log66
Go implementation Count-Min-Log sketch: Approximately counting with approximate counters (Like Count-Min sketch but using less memory).