-
Notifications
You must be signed in to change notification settings - Fork 9
Hashmap improvements #2670
Copy link
Copy link
Open
Labels
OptimizationSpeed increase or memory footprint reductionSpeed increase or memory footprint reductionPureEngineeringIssues which makes the live of MIES developers betterIssues which makes the live of MIES developers betterenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
OptimizationSpeed increase or memory footprint reductionSpeed increase or memory footprint reductionPureEngineeringIssues which makes the live of MIES developers betterIssues which makes the live of MIES developers betterenhancementNew feature or requestNew feature or request
>> 1this can still be not enough. So let's calculate the required new size2^xas something likex >= log_2(numEntries / MAX_LOAD_FACTOR)instead of just usingx + 1.