cuckoo v0.2.0.0 Release Notes
Release Date: 2019-08-21 // about 5 years ago-
๐ฆ The PRNG from the random package is new the default. Added cabal flags for using
mwc-random
orpcg-random
instead.๐ Changed order of type parameters for
newCuckooHash
. The type of the monad is moved to the end, because its usually inferred from the context.Capacity (in items) parameter must be at least 64.
๐ Fixed the result of
sizeInAllocatedBytes
.โ Added examples to
Data.Cuckoo
along with a doctests test-suite.๐ Various documentation fixes and improvements in
Data.Cuckoo
.