dict.c: dictGetRandomKeys() visit pattern optimization.
We use the invariant that the original table ht[0] is never populated up to the index before the current rehashing index. Related to issue #2306.
Please register or sign in to comment
We use the invariant that the original table ht[0] is never populated up to the index before the current rehashing index. Related to issue #2306.