Skip to content

Instantly share code, notes, and snippets.

@thanos
Last active March 13, 2026 18:50
Show Gist options
  • Select an option

  • Save thanos/86bdb69b6c0576b76eaefcb1b152bb2c to your computer and use it in GitHub Desktop.

Select an option

Save thanos/86bdb69b6c0576b76eaefcb1b152bb2c to your computer and use it in GitHub Desktop.
Cardinality Algorithm Comparison
Algorithm Memory Accuracy Notes
HyperLogLog Small ~1% Industry standard
CPC Smaller Apache DataSketches; more complex
UltraLogLog Very compact Similar Modern variant; even more complex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment