Changelog for cuckoo-0.3.1
Revision history for cuckoo
0.3.1 -- 2021-10-20
- Change signatures of
saltedFnv1aPtrandsaltedSipHashPtrto run inIO. - Raise lower bound on hashes package to 0.2.
0.3.0 -- 2021-09-30
-
Rename hash functions provided hash functions to
saltedSipHashStorablesaltedSipHashByteStringsaltedSipHashPtrsaltedFnv1aStorablesaltedFnv1aByteStringsaltedFnv1aPtr
-
Use hashes package for hash functions and drop dependency on memory.
The bytestring package is is added as a new dependency.
-
Move implementation of hash functions from
Data.Cuckoo.InternaltoData.Cuckoo.Internal.HashFunctions.
0.2.2 -- 2021-06-24
- Support GHC-9
0.2.1 -- 2020-08-06
-
Support random-1.2.0
-
Fix doctest test-suite
-
Relax lower bound of primitive to 0.6.4.0
0.2.0.1 -- 2019-08-20
- Fixed and improved example.
0.2.0.0 -- 2019-08-20
-
The PRNG from the random package is new the default. Added cabal flags for using
mwc-randomorpcg-randominstead. -
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.Cuckooalong with a doctests test-suite. -
Various documentation fixes and improvements in
Data.Cuckoo.
0.1.0.0 -- 2019-08-06
- First version. Released on an unsuspecting world.