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

Makes FlexInt.writeFlexIntOrUIntInto inlineable for common sizes. #856

Merged
merged 1 commit into from
May 15, 2024

Conversation

tgregg
Copy link
Contributor

@tgregg tgregg commented May 15, 2024

Description of changes:

Successful inlining of the method after this change is confirmed by before/after profiles. Performance measured by https://github.com/amazon-ion/ion-java-benchmark-cli/tree/ion-1-1 using a 20MB binary Ion log file.

Before this PR:

192 ms / op

After this PR:

182 ms / op (-5%)

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

@popematt popematt merged commit 9b17d94 into ion-11-encoding May 15, 2024
16 of 17 checks passed
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.

2 participants