Changes the number of buckets to the lowest power of 2 that results in a load factor of at least load_factor with the current number of elements.
factor of n / number of buckets
this instance.
In: load_factor must be greater than 0.
See Implementation
Changes the number of buckets to the lowest power of 2 that results in a load factor of at least load_factor with the current number of elements.