All Versions
4
Latest Version
Avg Release Cycle
122 days
Latest Release
964 days ago
Changelog History
Changelog History
-
v0.2.1 Changes
August 06, 2020๐ Support random-1.2.0
๐ Fix doctest test-suite
๐ Relax lower bound of primitive to 0.6.4.0
-
v0.2.0.1 Changes
August 21, 2019- ๐ Fixed and improved example.
-
v0.2.0.0 Changes
August 21, 2019๐ฆ 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
.
-
v0.1.0.0 Changes
August 06, 2019- ๐ First version. Released on an unsuspecting world.