First commit - server with cuckoo hash prototype
Classic (2-ary) cuckoo hash table with char* keys. (Insert, find, delete implemented.) Simple bitset (not used right now). Several hash functions downloaded from web. Universal system of hash functions (according to J. Katajainen & M. Lykke of University of Copenhagen). Several basic data structures for DNS data - not finished yet.
parents
No related branches found
No related tags found
Showing
- Makefile 58 additions, 0 deletionsMakefile
- bitset.c 59 additions, 0 deletionsbitset.c
- bitset.h 24 additions, 0 deletionsbitset.h
- cuckoo-hash-table.c 601 additions, 0 deletionscuckoo-hash-table.c
- cuckoo-hash-table.h 87 additions, 0 deletionscuckoo-hash-table.h
- cuckoo-test.c 623 additions, 0 deletionscuckoo-test.c
- dns-simple.c 75 additions, 0 deletionsdns-simple.c
- dns-simple.h 69 additions, 0 deletionsdns-simple.h
- hash-functions.c 171 additions, 0 deletionshash-functions.c
- hash-functions.h 21 additions, 0 deletionshash-functions.h
- universal-system.h 81 additions, 0 deletionsuniversal-system.h
Loading
Please register or sign in to comment