@hackage bloomfilter1.2.6.8

Pure and impure Bloom Filter implementations.

A fast, space efficient Bloom filter implementation

Copyright 2008, 2009, 2010 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:

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 bitbucket issue tracker.

Master Mercurial repository:

  • hg clone http://bitbucket.org/bos/bloomfilter

There's also a git mirror:

  • git clone git://github.com/bos/bloomfilter.git

(You can create and contribute changes using either Mercurial or git.)

Authors

This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.