The latest version of cuckoo is 0.3.1-0.
cuckoo
Version 0.2.2 revision 0 uploaded by larsk.
Package meta
- Synopsis
- Haskell Implementation of Cuckoo Filters
- Description
Haskell implementation of Cuckoo filters as described in
Cuckoo filters are a data structure for probabilistic set membership. They support insertion, deletion, and membership queries for set elements.
Membership queries may return false positive results. But queries don't return false negative results.
Unlike Bloom filters, Cuckoo filters maintain an upper bound on the false positive rate that is independent of the load of the filter. However, insertion of new elements in the filter can fail. For typical configurations this probability is very small for load factors smaller than 90 percent.
- Author
- Lars Kuhtz
- Bug reports
- https://github.com/larskuhtz/cuckoo/issues
- Category
- Data
- Copyright
- Copyright (c) 2019-2021 Lars Kuhtz <lakuhtz@gmail.com>
- Homepage
- https://github.com/larskuhtz/cuckoo
- Maintainer
- lakuhtz@gmail.com
- Package URL
- n/a
- Stability
- n/a