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

Never inline map value deserialization #16

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

robin-nitrokey
Copy link
Member

Inlining it means that the deserialization of basic datatypes is inlined into all deserialization functions, leading to a significant overhead.

Original PR: Nitrokey#1

Inlining it means that the deserialization of basic datatypes is inlined
into all deserialization functions, leading to a significant overhead.
@robin-nitrokey robin-nitrokey merged commit 6b3ce69 into main Oct 7, 2024
1 check passed
@robin-nitrokey robin-nitrokey deleted the inline-never branch October 7, 2024 11:47
robin-nitrokey added a commit that referenced this pull request Oct 7, 2024
This reverts commit 6b3ce69.

The change has been superseeded by
Nitrokey#4 =
#15 so it was unnecessary
to port it to upstream in
#16.
robin-nitrokey added a commit that referenced this pull request Oct 7, 2024
This reverts commit 6b3ce69.

The change has been superseded by
Nitrokey#4 =
#15 so it was unnecessary
to port it to upstream in
#16.
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