Skip to content

Releases: microsoft/Kuku

Release 2.1.0

06 Feb 01:55
Compare
Choose a tag to compare
  • Improved CMake build system.
  • Added support for using only a single hash function (not really cuckoo hashing).
  • In the C++ library item_type is now an array of unsigned char.

Release 2.0.0

27 May 20:41
Compare
Choose a tag to compare
  • Switched to using faster non-cryptographic hash functions and a faster insertion method.
  • Created .NET Standard wrappers for the public API.
  • Kuku is not a CMake project (with a top-level CMake file).
  • Kuku now allows any size hash table -- not just a power of two.
    Note the change in the constructor of the KukuTable class that now accepts the table size directly, and not its base-2 logarithm.
  • Changed name KukuDotNet to KukuNet.
  • Added NuGet package.