
Alej, How is progress going on your BloomFilter library? Back in August you were looking at being ready for proposal by EOY 2011. http://comments.gmane.org/gmane.comp.lib.boost.devel/222842 By any chance, have you looked at the NPS Bloom filter package? linked to from: http://afflib.org/ I'm very interested in your library and in your response to Phil's request for the ability to mmap in existing filters. Thanks! Joel

By any chance, have you looked at the NPS Bloom filter package?
linked to from: http://afflib.org/
I'm chiming in because I am equally interested in a Boost Bloom filter library. To get another source of inspiration, you might want to have a look at a small bloom filter library that I wrote as part of a class project. The library, libbf [1], uses a policy-based design to support various types of bloom filters [2]. Please keep me in the loop about this project, I'd be happy to contribute where possible. Matthias [1] https://github.com/mavam/libBf [2] http://matthias.vallentin.net/blog/2011/06/a-garden-variety-of-bloom-filters
participants (2)
-
Joel
-
Matthias Vallentin