Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 505 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 505 Bytes

Build Status GoDoc


Package sketchy provides count- and rate-tracking sketches. These are probabilistic data structures that can track the occurrences of a very large number of distinct keys using a relatively small amount of space. The resulting counts/rates are estimates with a guaranteed level of accuracy.