Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dhashtable.c51 #define HASHTABLE_HIGH 0.50 macro
53 #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)
233 if ((float)ht->nentries / (float)ht->nbuckets > HASHTABLE_HIGH) { in _Py_hashtable_set()