Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Hash function families suitable for use in a bloom filter.
- hashFamilySimple :: Hashable a => HashCount -> HashFamily a
- hashFamilyFNV1 :: Hashable a => HashCount -> HashFamily a
- hashFamilyFNV1a :: Hashable a => HashCount -> HashFamily a
- module Data.RedisBloom.Hash.Families
Hash families
hashFamilySimple :: Hashable a => HashCount -> HashFamily a Source #
A simple hash function family.
hashFamilyFNV1 :: Hashable a => HashCount -> HashFamily a Source #
A hash function family based on the Fowler–Noll–Vo hash function, Variant 1. See http://www.isthe.com/chongo/tech/comp/fnv/
hashFamilyFNV1a :: Hashable a => HashCount -> HashFamily a Source #
A hash function family based on the Fowler–Noll–Vo hash function, Variant 1a. See http://www.isthe.com/chongo/tech/comp/fnv/