[Haskell-cafe] Bloom Filter

tom tom at almostobsolete.net
Mon Apr 30 10:27:47 EDT 2007


Hi all,

I'm pretty new to Haskell, I've been working on a Bloom filter[1]
implementation as a learning exercise.

I'd really appreciate it if someone more experienced would comment on
the code. I'm sure there's plenty of places where I'm doing things in
silly or overly complex ways.

I've packaged it all with Cabal because I wanted to see how that all
worked, I don't think it's ready for release yet! I would like to at
some point get it polished up and release it if anyone thinks it might
be useful.

You can download it at:

 http://www.almostobsolete.net/bloom-0.0.tar.gz

I've also put the Haddock docs for it online at:

 http://www.almostobsolete.net/doc/html/Data-yBloom.html

All comments will be very much appreciated :p

Thanks

Tom

[1] There's a nice description of what a Bloom filter is here:
http://www.cs.wisc.edu/~cao/papers/summary-cache/node8.html


More information about the Haskell-Cafe mailing list