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

Avoid unnecessary copying by resizing instead of extending vectors #55

Merged
merged 1 commit into from
Aug 3, 2019

Conversation

fhanau
Copy link
Contributor

@fhanau fhanau commented Aug 2, 2019

This saves time needed for copying zeroes and makes decoding 15% faster in my tests. The impact on encoding is smaller but there is also a measurable speedup.

@oyvindln
Copy link
Collaborator

oyvindln commented Aug 3, 2019

Looks good.

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