(no title)
tresil | 3 years ago
Apache foundation has a fantastic DataSketches library that includes HLL and many other powerful data analytics algorithms: https://datasketches.apache.org/
Lee Rhodes has done an excellent introduction to this library - explaining some of the use cases, advantages, and things to be aware of when using these techniques: https://www.youtube.com/watch?v=nO9pauS-mGQ
twic|3 years ago
t-digest https://github.com/tdunning/t-digest
DDSketch https://github.com/DataDog/sketches-java
arunk-s|3 years ago
There was a good discussion on approaches to store histogram here: https://news.ycombinator.com/item?id=31379383
ranman|3 years ago