All Projects → bos → bloomfilter

bos / bloomfilter

Licence: other
A fast Haskell Bloom filter library.

Programming Languages

haskell
3896 projects
c
50402 projects - #5 most used programming language
Makefile
30231 projects

A fast, space efficient Bloom filter implementation

Copyright 2008, 2009, 2010, 2011 Bryan O'Sullivan [email protected].

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.

Master git repository:

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

There's also a Mercurial mirror:

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

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

Authors

This library is written and maintained by Bryan O'Sullivan, [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].