bloomfilter-blocked: Classic and block-style bloom filters
bloomfilter-blocked
is a Haskell library providing multiple fast and efficient
implementations of bloom filters.
It is a full rewrite of the
bloomfilter package,
originally authored by Bryan O'Sullivan bos@serpentine.com.
The library includes two implementations of bloom filters: classic, and blocked.
Classic bloom filters, found in the Data.BloomFilter.Classic module: a default implementation that is faithful to the canonical description of a bloom filter data structure.
Blocked floom filters, found in the Data.BloomFilter.Blocked module: an implementation that optimises the memory layout of a classic bloom filter for speed (cheaper CPU cache reads), at the cost of a slightly higher FPR for the same amount of assigned memory.
[Skip to Readme]
Downloads
- bloomfilter-blocked-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.16 && <4.22), bloomfilter-blocked, bytestring (>=0.11 && <0.13), deepseq (>=1.4 && <1.6), primitive (>=0.9 && <0.10) [details] |
Tested with | ghc ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12 |
License | Apache-2.0[multiple license files] |
Copyright | (c) 2023-2025 Cardano Development Foundation |
Author | Duncan Coutts, Joris Dral, Matthias Heinzel, Wolfgang Jeltsch, Wen Kokke, and Alex Washburn |
Maintainer | duncan@well-typed.com, joris@well-typed.com |
Category | Data |
Source repo | head: git clone https://github.com/IntersectMBO/lsm-tree(bloomfilter-blocked) this: git clone https://github.com/IntersectMBO/lsm-tree(tag bloomfilter-blocked-0.1.0.0)(bloomfilter-blocked) |
Uploaded | by jdral at 2025-08-06T11:59:45Z |
Distributions | |
Downloads | 3 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2025-08-06 [all 1 reports] |