Skip to content

Commit 20a49ff

Browse files
authored
Delete dead code in dict (valkey-io#2014)
After transitioning much usage of dict to the new hashtable, parts of the dict implementation have become dead code. The following is deleted: * Dict entry without value * Dict entry with embedded key * Pointer bit tricks and other complexity for different kinds of dictEntry * Dict two-phase unlink * Dict type flag to disable incremental rehashing * Dict stats * Defrag callbacks defragEntryStartCb and defragEntryFinishCb --------- Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
1 parent 12aaff9 commit 20a49ff

File tree

2 files changed

+44
-496
lines changed

2 files changed

+44
-496
lines changed

0 commit comments

Comments
 (0)