Closed epatrizio closed 3 years ago
In order to optimize hash_set items access, buckets should be as small as possible. So, as soon as one bucket size exceeds a specific value (= max bucket size), we have to increase the hash table size.
In order to optimize hash_set items access, buckets should be as small as possible. So, as soon as one bucket size exceeds a specific value (= max bucket size), we have to increase the hash table size.