Return the current quotient of the size of this hash map and the number of buckets. Note that the load factor is a measure of container "fullness"; that is, a high load factor typically implies many collisions (many elements landing in the same bucket) and that decreases performance.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

float
loadFactor() const;

Created with MrDocs