valkey/utils/hashtable
2018-07-03 18:19:46 +02:00
..
README Fix typo 2018-07-03 18:19:46 +02:00
rehashing.c utils/hashtable/rehashing.c test updated to use new API. 2015-02-25 13:02:04 +01:00

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