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

Tunes the initial size of various reusable ArrayLists to reduce required growth when processing real-world data. #1048

Open
wants to merge 1 commit into
base: ion-11-encoding-optimize-initial-expression-array-size-session-pools-merge-presencebitmap-pool-no-lambdas-no-arraylistitr
Choose a base branch
from

Conversation

tgregg
Copy link
Contributor

@tgregg tgregg commented Feb 4, 2025

Description of changes:
Growing each of these arrays was the number 4 contributor to allocation rate in profiles of real-world data. We can continue to tune these values as we profile a larger corpus of data, but these are the best ones we have right now.

Speed: 216 ms/op -> 215 ms/op (~0%)
Allocation rate: 110 KB/op -> 107 KB/op (-2.7%)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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.

1 participant