We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bloomfilter-blocked
1 parent 078c383 commit d77b8e2Copy full SHA for d77b8e2
bloomfilter-blocked/bloomfilter-blocked.cabal
@@ -6,7 +6,7 @@ description:
6
@bloomfilter-blocked@ is a Haskell library providing multiple fast and efficient
7
implementations of [bloom filters](https://en.wikipedia.org/wiki/Bloom_filter).
8
It is a full rewrite of the
9
- [@bloomfilter@](https://hackage.haskell.org/package/bloomfilter) package,
+ [bloomfilter](https://hackage.haskell.org/package/bloomfilter) package,
10
originally authored by Bryan O'Sullivan <[email protected]>.
11
12
The library includes two implementations of bloom filters: classic, and blocked.
0 commit comments