API Snapshots: Java Core, C++ Core, Python, Memory, Pig, Hive,

HllSketch vs Google HLL++ ZetaSketch

The DataSketches HyperLogLog HllSketch[1][2] implemented in this library has been highly optimized for speed, accuracy and size. The goal of this paper is to do an objective comparison of the HllSketch versus the Google ZetaSketch implementation, which is based on Google’s HyperLogLog++ paper[4]. These tests were performed on the HllSketch Apache DataSketches-java release version 1.2.0-incubating and on the HLL++ ZetaSketch version 0.1.0.

HllSketch vs. ZetaSketch Error Behavior