Code refactoring.
Function main() moved to new file main.c. Bitset test moved to new files test.[ch]. Tests related to cuckoo table remain in cuckoo-test.[ch]. Removed rwlocks from ck_hash_table (will be replaced by standalone item lock implementation).
Showing
- cuckoo-hash-table.c 37 additions, 73 deletionscuckoo-hash-table.c
- cuckoo-hash-table.h 0 additions, 5 deletionscuckoo-hash-table.h
- cuckoo-test.c 177 additions, 178 deletionscuckoo-test.c
- cuckoo-test.h 12 additions, 0 deletionscuckoo-test.h
- main.c 20 additions, 0 deletionsmain.c
- tests.c 97 additions, 0 deletionstests.c
- tests.h 10 additions, 0 deletionstests.h
Loading
Please register or sign in to comment