Skip to content

mpilar/go-ecm-sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-ecm-sketch

Simple implementation of ECM-Sketch, a time/count-windowed probabilistic counting data structure.

ADD USAGE HERE (but main.go is a starting point).

What this will allow you to do is with some error, count any number of items. The count itself will be inaccurate, but the relative counts should be fairly accurate. This will allow ranking of the different items.

Eventually a variation will be created to internally keep track of the top-k items across the windows.

TODO:

  • add a top-k structure to keep track of the top-k elements in the last N counts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages