@hackage bloomfilter1.2.4

Pure and impure Bloom Filter implementations.

A fast, space efficient Bloom filter implementation

Copyright 2008 Bryan O'Sullivan bos@serpentine.com.

This package provides both mutable and immutable Bloom filter data types, along with a family of hash function and an easy-to-use interface.

To build:

runhaskell Setup.lhs configure
runhaskell Setup.lhs build
runhaskell Setup.lhs install

For examples of usage, see the Haddock documentation and the files in the examples directory.

To get the latest sources:

darcs get http://darcs.serpentine.com/bloomfilter