bloomfilter

Pure and impure Bloom Filter implementations.

https://github.com/bos/bloomfilter

Version on this page:2.0.1.0
LTS Haskell 22.14:2.0.1.2
Stackage Nightly 2024-03-29:2.0.1.2
Latest on Hackage:2.0.1.2

See all snapshots bloomfilter appears in

BSD-3-Clause licensed and maintained by Bryan O'Sullivan
This version can be pinned in stack with:bloomfilter-2.0.1.0@sha256:5b67d765315fb2abc1cde85e3c20ae1badfbe8d1070ed57525b7c428586e2d2f,1728
Used by 1 package in nightly-2016-05-16(full list with versions):

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].