5 ms·
This is great! Probabilistic datastructures are amazing. I did straight up HLL++ a while ago but had to do intersection with the inclusion–exclusion principle.
by mynameisfiber 9y ago
This is great! Probabilistic datastructures are amazing.
I did straight up HLL++ a while ago but had to do intersection with the inclusion–exclusion principle. It would be cool to try to fold this in somehow!
(https://github.com/mynameisfiber/gohll https://github.com/mynameisfiber/gohll).
- bulldoa 9y agoI recently discovered probabilistic data structure and find it very interesting, bloom filter and hyperloglog is super cool, I am interested in learning more, is there recommend resource for this topic if one want to dive in deeper?