Added a structure holding the universal system.
- The structure (us_system_t) keeps the coeficients of the system of functions. - It is used in cuckoo hash table - one system per table. fixes #621
Showing
- src/common.h 1 addition, 1 deletionsrc/common.h
- src/hash/cuckoo-hash-table.c 14 additions, 10 deletionssrc/hash/cuckoo-hash-table.c
- src/hash/cuckoo-hash-table.h 3 additions, 1 deletionsrc/hash/cuckoo-hash-table.h
- src/hash/universal-system.c 20 additions, 14 deletionssrc/hash/universal-system.c
- src/hash/universal-system.h 16 additions, 3 deletionssrc/hash/universal-system.h
Please register or sign in to comment