Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save thanos/dbf25abdc52a7bc8dd51e66970f97e45 to your computer and use it in GitHub Desktop.
Algorithm Memory Accuracy Notes
Count-Min Sketch Small ~1% Simple, widely supported
Misra-Gries Small Exact top-K Deterministic but less mergeable
Count Sketch Small Better for sparse data Handles negative updates
SpaceSaving Small Accurate Used in streaming systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment