Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are any standard libraries for Bloomier filters running around?

Tags:

c++

haskell

Are there any reasonable implementations of Bloomier filters in Haskell or C++ running around? Another question revealed java-bloomier-filter.

I could implement one starting from Data.BloomFilter, but figured I should ask first.

like image 881
Jeff Burdges Avatar asked Jan 13 '12 18:01

Jeff Burdges


1 Answers

You should have a look at Boost C++ to see if its implementation is good for you. There are a couple of other libraries out there, a quick google search should give you a good list :).

like image 146
viki.omega9 Avatar answered Sep 24 '22 00:09

viki.omega9