yx9o commented on pull request #11515:
URL: https://github.com/apache/shardingsphere/pull/11515#issuecomment-886788736


   `DEFAULT_LOAD_FACTOR=0.75f` is no problem, but I actually tested `new 
HashMap<>(3);` and `new HashMap<>(3, 1);`, they will not expand when storing 3 
elements, thank you, I will use the syntax of `new HashMap<>(3,1)` in the 
future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to