AltHub
count-min-log

count-min-log

Memory-efficient approximate counting with Count-Min-Log sketch in Go.

About count-min-log

Go implementation Count-Min-Log sketch: Approximately counting with approximate counters (Like Count-Min sketch but using less memory).

✅ Pros

  • + Reduces memory usage compared to traditional Count-Min sketch
  • + Efficient approximate counting
  • + Open source and implemented in Go

⚠️ Cons

  • - No official website
  • - Limited to Go language implementation

Reviews

Loading reviews...