Skip to content

Avoid boxing of value-type field values during reading #192

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

Merged
merged 3 commits into from
Mar 28, 2024

Conversation

SergeiPavlov
Copy link
Collaborator

Before this change every read value-type field was boxed and then unboxed to be written to PackedTuple
We can skip this intermediate boxing to save GC work

@SergeiPavlov SergeiPavlov merged commit 0a84054 into master-servicetitan Mar 28, 2024
2 checks passed
@SergeiPavlov SergeiPavlov deleted the boxing branch March 28, 2024 05:10
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.

3 participants