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

Small byte efficiency #26

Merged
merged 2 commits into from
Nov 15, 2021
Merged

Small byte efficiency #26

merged 2 commits into from
Nov 15, 2021

Conversation

scholarsmate
Copy link
Member

For byte lengths less than 8, we can store those bytes where we'd have a pointer to bytes of length 8+. This is efficient in both time and space.

@scholarsmate scholarsmate merged commit 1578063 into main Nov 15, 2021
@scholarsmate scholarsmate deleted the small_byte_efficiency branch November 15, 2021 08:45
@scholarsmate scholarsmate linked an issue Nov 15, 2021 that may be closed by this pull request
@scholarsmate scholarsmate added this to the v0.6.0 milestone Jan 18, 2022
@scholarsmate scholarsmate self-assigned this Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Efficient small bytes handling
1 participant