@hackage / bloomfilter

Pure and impure Bloom Filter implementations.

Latest2.0.1.3

About

Metadata

  • Last updated , by JoeyHess
  • License BSD-3-Clause
  • Maintained by: Joey Hess <id@joeyh.name>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.2.1
  2. 9.0.1
  3. 8.10.7
  4. 8.8.4
  5. 8.6.5
  6. 8.4.4
  7. 8.2.2
  8. 8.0.2
  9. 7.10.3

Readme

A fast, space efficient Bloom filter implementation

Copyright 2008, 2009, 2010, 2011 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 github issue tracker.

Master git repository:

  • git clone git://github.com/haskell-pkg-janitors/bloomfilter.git

Authors

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