Jackie-Jiang opened a new issue #4248: Alternative HyperLogLog implementation 
with higher accuracy
URL: https://github.com/apache/incubator-pinot/issues/4248
 
 
   Current HyperLogLog implementation is fairly old: 
https://github.com/addthis/stream-lib/blob/master/src/main/java/com/clearspring/analytics/stream/cardinality/HyperLogLog.java
   
   There are several alternative implementations that can potentially reduce 
memory cost and improve accuracy.
   https://github.com/axiomhq/hyperloglog
   https://github.com/clarkduvall/hyperloglog

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to