| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 27-Nov-2024 | - | ||||
| README | H A D | 27-Nov-2024 | 397 | 14 | 9 | |
| rehashing.c | H A D | 27-Nov-2024 | 3.4 KiB | 143 | 120 |
README
1Hash table implementation related utilities. 2 3rehashing.c 4--- 5 6Visually show buckets in the two hash tables between rehashings. Also stress 7test getRandomKeys() implementation, that may actually disappear from 8Redis soon, however visualizaiton some code is reusable in new bugs 9investigation. 10 11Compile with: 12 13 cc -I ../../src/ rehashing.c ../../src/zmalloc.c ../../src/dict.c -o rehashing_test 14