Hacker News new | ask | show | jobs
Scalable Bloom Filters in Go (blog.gaurav.im)
2 points by gauravm 4931 days ago
I have implemented Bloom Filters which are Scalable in Go. This is similar to the bit.ly dablooms project. But, my construction is in Go, and simpler.