A simple C++ implementation of Cuckoo Hashing which supports single-slot and multi-slots.
./make.sh
cd build
./CuckooHashing [testCount] [unitsLen]
cd build
./CuckooHashingSlots [testCount] [unitsLen] [slotsNum]
-
improve hash functions
-
support repeat-elements occasions