Home
last modified time | relevance | path

Searched refs:rehashes (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddict.c243 int rehashes = 0; in dictRehashMilliseconds() local
246 rehashes += 100; in dictRehashMilliseconds()
249 return rehashes; in dictRehashMilliseconds()
/f-stack/app/redis-5.0.5/
H A DREADME.md411 * `dict.c` is an implementation of a non-blocking hash table which rehashes incrementally.