Skip to content

a bunch of sketching data structures (for fun!)

License

Notifications You must be signed in to change notification settings

kiran/sketchbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sketchbook

Implementing a handful of sketching data structures for the fun of it. :) See slides for my talk on sketching data structures for context!

Implemented:

coming soon

  • Count Min Sketches produces an approximate frequency table of items in a stream. It can overestimate frequency, but will never underestimate. It's very similar to a Bloom Filter in implementation.

  • T-digests are an improvement on Q-digests, which estimate quantiles of a stream with minimal error at the extremes.

About

a bunch of sketching data structures (for fun!)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages