Copyright | (c) Chris Coffey 2018 |
---|---|
License | MIT |
Maintainer | chris@foldl.io |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
An unboxed, mutable array implementation of the cuckoo filter. This is quite space efficient, using only x% of the memory the pure IntMap implementation uses. Prefer this if you need memory or cpu performance.