Hacker News new | ask | show | jobs
Build your own CountMinSketch in Rust (arunma.com)
2 points by arunodhaya 1182 days ago
1 comments

CountMinSketch is a probabilistic data structure to quickly estimate frequencies of elements in a stream or large datasets. At the end of the post, you'll be able to build your own CountMinSketch in Rust.