cuckoo v0.2.0.0 Release Notes

Release Date: 2019-08-21 // over 4 years ago
    • ๐Ÿ“ฆ The PRNG from the random package is new the default. Added cabal flags for using mwc-random or pcg-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.