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

Faster bytesToCoefficientInplace -> faster deserialization #96

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

fboemer
Copy link
Contributor

@fboemer fboemer commented Sep 9, 2024

When converting bytes to coeffs, instead of parsing 1 byte at a time, we parse 8 bytes at a time as a UInt64. This gives a big speedup in deserialization.

@fboemer fboemer merged commit e058673 into main Sep 9, 2024
6 checks passed
@fboemer fboemer deleted the fboemer/faster-deserialize branch September 9, 2024 17:21
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