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

Add benchmarks for BytesMut vs Vec #303

Merged
merged 1 commit into from
Oct 23, 2019
Merged

Conversation

seanmonstar
Copy link
Member

I was looking at #81, and created these benchmarks to compare. It seems it's no longer true, but having these benchmarks would be useful.

Closes #81.

@seanmonstar seanmonstar merged commit fe2183d into master Oct 23, 2019
@seanmonstar seanmonstar deleted the bench-bytesmut-bufmut branch October 23, 2019 20:40
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.

BytesMut's BufMut impl is much slower than Vec's
1 participant