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

Improve performance of BytesMut::reserve #313

Merged
merged 1 commit into from Nov 12, 2019
Merged

Conversation

seanmonstar
Copy link
Member

Makes the short-circuit checks inline-able, and the moves the actual
reserving code to an inner function.

On my machine, the bytes_mut_extend benchmark improves from 126 MB/s to 173 MB/s.

Makes the short-circuit checks inline-able, and the moves the actual
reserving code to an inner function.
@seanmonstar seanmonstar merged commit b32f629 into master Nov 12, 2019
@seanmonstar seanmonstar deleted the perf-bytes-mut-reserve branch November 12, 2019 22:52
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.

None yet

2 participants