MCPcopy Create free account
hub / github.com/Tessil/hat-trie / load_factor

Method load_factor

include/tsl/array-hash/array_set.h:598–598  ·  view source on GitHub ↗

* Hash policy */

Source from the content-addressed store, hash-verified

596 * Hash policy
597 */
598 float load_factor() const { return m_ht.load_factor(); }
599 float max_load_factor() const { return m_ht.max_load_factor(); }
600 void max_load_factor(float ml) { m_ht.max_load_factor(ml); }
601

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected