Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] fix #1957: Presize HashMap allocations in UnitOfWorkImpl #1958

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

Zuplyx
Copy link
Contributor

@Zuplyx Zuplyx commented Oct 5, 2023

Add initial size to map creation where expected size is known or can be estimated

add initial size to map creation where expected size is known or can be estimated

Signed-off-by: Patrick Schmitt <Patrick.Schmitt@cpb-software.com>
Copy link
Contributor

@rfelcman rfelcman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rfelcman rfelcman merged commit c5f1a83 into eclipse-ee4j:master Oct 6, 2023
7 checks passed
@Zuplyx Zuplyx deleted the presize-collections branch October 6, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Presize HashMap allocations in UnitOfWorkImpl
2 participants