redict/utils/hashtable/README

14 lines
397 B
Plaintext
Raw Normal View History

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
2018-07-01 01:24:50 -04:00
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