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 the EExpressionArgReader's expressions ArrayList. #1036

Open
wants to merge 1 commit into
base: ion-11-encoding
Choose a base branch
from

Conversation

tgregg
Copy link
Contributor

@tgregg tgregg commented Jan 16, 2025

Description of changes:
64 performed slightly better and resulted in a lower allocation rate for my sample of real-world data. We can continue to tune this as we test with a wider variety of sample data, but smaller data generally will not suffer from a larger initial size here (within reason). Performance plateaued at 64 for my data.

Speed: 250 ms/op -> 248 ms/op (-<1%)
Allocation rate: 194 KB/op -> 189 KB/op (-2.6%)

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