tempDisableAutoCompaction().
compact() automatically after a certain number of remove operations.
THash instance with the default capacity and load factor.
THash instance with a prime capacity at or near the specified capacity and with the default load factor.
THash instance with a prime capacity at or near the minimum needed to hold
initialCapacity elements with load factor
loadFactor without triggering a rehash.
compact.