Search code examples
omnet++bloom-filter

Bloom Filter class to include in my OMNET++ project


I'm doing a project using OMNET++. All I need is a decent bloom filter class(Hash functions that can take in a string and simple control functions: add/reset/check), so I can create an object of it and use it in my network. I tried creating one myself but the hash function part gave me trouble. I'm operating my project simulation on a simple macbook pro. Any recommendations?


Solution

  • You can basically use any available bloom-filter implementation for C++, e.g., https://code.google.com/p/bloom/