# A fast, space efficient Bloom filter implementation Copyright 2008, 2009, 2010, 2011 Bryan O'Sullivan . 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: cabal install bloomfilter For examples of usage, see the Haddock documentation and the files in the examples directory. # Get involved! Please report bugs via the [github issue tracker](https://github.com/haskell-pkg-janitors/bloomfilter). Master [git repository](https://github.com/haskell-pkg-janitors/bloomfilter): * `git clone git://github.com/haskell-pkg-janitors/bloomfilter.git` # Authors This library is written by Bryan O'Sullivan, .