Library suggestions

T

tara.whesler

Hello C++ers

Please excuse my newbie question but I've been looking for an
implementation of a data structure called a bloom filter. I can't seem
to find it in the stl or in the boost libraries or the new tr1
extensions. Can c++ be used to implement such data structures?

suggestions will be greatly appreciated.



-tara :>
 
T

tara.whesler

First hit when googling "bloom filter in C++:"http://code.google.com/p/bloom/

thanks for the link Jeff, i was hoping there was something already
available in
STL or boost, as where I work, they are a bit paranoid about open
source licenses
(boost excluded).

can a bloom filter data structure be implemented using only c++ and
stl libraries?

-tara :>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top