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

reduce encoding serialization cost #2478

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Aug 5, 2024

Reduces encoding variable serialization cost between javascript and c++. by converting it to uint8_t we can reduce the "initial" cost we pay by calling almost all buffer functions.

@anonrig anonrig requested a review from jasnell August 5, 2024 19:07
@anonrig anonrig force-pushed the anonrig/improve-encoding branch 3 times, most recently from d79e38f to 58e7891 Compare August 5, 2024 19:39
@anonrig anonrig marked this pull request as ready for review August 5, 2024 19:39
@anonrig anonrig requested review from a team as code owners August 5, 2024 19:39
@anonrig anonrig merged commit 9a2c660 into main Aug 6, 2024
9 checks passed
@anonrig anonrig deleted the anonrig/improve-encoding branch August 6, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants