Skip to content

Improve performance of BytesMut::reserve#313

Merged
seanmonstar merged 1 commit intomasterfrom
perf-bytes-mut-reserve
Nov 12, 2019
Merged

Improve performance of BytesMut::reserve#313
seanmonstar merged 1 commit intomasterfrom
perf-bytes-mut-reserve

Conversation

@seanmonstar
Copy link
Copy Markdown
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.

2 participants