bloomfilter: Pure and impure Bloom Filter implementations.

[ bsd3, data, library ] [ Propose Tags ]

Pure and impure Bloom Filter implementations.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.6.1, 1.2.6.2, 1.2.6.3, 1.2.6.4, 1.2.6.5, 1.2.6.6, 1.2.6.7, 1.2.6.8, 1.2.6.10, 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.1.2
Dependencies array, base (<4.6), bytestring (>=0.9 && <0.10), deepseq (>=1.1) [details]
License BSD-3-Clause
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Bryan O'Sullivan <bos@serpentine.com>
Revised Revision 1 made by HerbertValerioRiedel at 2015-05-16T18:22:39Z
Category Data
Home page http://www.serpentine.com/software/bloomfilter
Bug tracker http://bitbucket.org/bos/bloomfilter/issues
Source repo head: hg clone http://bitbucket.org/bos/bloomfilter
Uploaded by BryanOSullivan at 2011-08-02T17:32:55Z
Distributions Arch:2.0.1.2, Debian:2.0.1.0, Fedora:2.0.1.0, FreeBSD:2.0.1.0, LTSHaskell:2.0.1.2, NixOS:2.0.1.2, Stackage:2.0.1.2, openSUSE:2.0.1.2
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 31102 total (82 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bloomfilter-1.2.6.8

[back to package description]

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.