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

perf: drop useless allocation in deserialization #492

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

xJonathanLEI
Copy link
Owner

Following #491, applies the same visitor-based deserialization to all string-based impls to remove the unnecessary String allocation. This should make things very slightly faster and more memory efficient.

@xJonathanLEI xJonathanLEI merged commit 27cf6d4 into master Nov 1, 2023
23 checks passed
@xJonathanLEI xJonathanLEI deleted the dev/visitor_deser branch November 1, 2023 05:39
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