@hackage bloomfilter1.2.6
Pure and impure Bloom Filter implementations.
Installation
Dependencies (5)
- array
- base >=2.0 && <2.2
- bytestring >=0.9
- containers
- parallel Show all…
Dependents (6)
@hackage/git-annex, @hackage/acme-everything, @hackage/subhask, @hackage/dfinity-radix-tree, @hackage/keysafe, @hackage/sloane
Package Flags
bytestring-in-base(on by default)
split-base(on by default)
A fast, space efficient Bloom filter implementation
Copyright 2008 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:
runhaskell Setup.lhs configure
runhaskell Setup.lhs build
runhaskell Setup.lhs install
For examples of usage, see the Haddock documentation and the files in the examples directory.
To get the latest sources:
darcs get http://darcs.serpentine.com/bloomfilter