You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.