cuckoo-filter-0.2.0.2: Pure and impure Cuckoo Filter

Copyright(c) Chris Coffey 2018
LicenseMIT
Maintainerchris@foldl.io
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Data.CuckooFilter.Mutable

Description

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.

Documentation

data MFilter a Source #

Instances
CuckooFilter MFilter IO Source # 
Instance details

Defined in Data.CuckooFilter.Mutable

Eq (MFilter a) Source # 
Instance details

Defined in Data.CuckooFilter.Mutable

Methods

(==) :: MFilter a -> MFilter a -> Bool #

(/=) :: MFilter a -> MFilter a -> Bool #