2
0
Jack Drogon 93238575f7 Fix typo 6 жил өмнө
..
README 93238575f7 Fix typo 6 жил өмнө
rehashing.c cc0d339bd1 utils/hashtable/rehashing.c test updated to use new API. 9 жил өмнө

README

Hash table implementation related utilities.

rehashing.c
---

Visually show buckets in the two hash tables between rehashings. Also stress
test getRandomKeys() implementation, that may actually disappear from
Redis soon, however visualization some code is reusable in new bugs
investigation.

Compile with:

cc -I ../../src/ rehashing.c ../../src/zmalloc.c ../../src/dict.c -o rehashing_test