3 years ago
Fri Jun 10, 2022 3:02pm PST
UltraLogLog: A more space-efficient alternative to HyperLogLog
The newest version of the hash4j Java library (https://github.com/dynatrace-oss/hash4j) introduces UltraLogLog, a new data sketch for approximate distinct counting that uses 22% less space than HyperLogLog using 6-bit registers to achieve similar estimation errors.
comments:
add comment
loading comments...