Name Date Size #Lines LOC

..27-Nov-2024-

READMEH A D27-Nov-2024397 149

rehashing.cH A D27-Nov-20243.4 KiB143120

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