-
Notifications
You must be signed in to change notification settings - Fork 2
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
added benches #3
Conversation
@makoConstruct Two things:
If you are done with this or want me to do either of these things, just let me know and I will follow up when I have time. |
src/lib.rs
Outdated
@@ -1,4 +1,5 @@ | |||
#![no_std] | |||
#![feature(const_if_match)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, that's not even being used. I brought it in to do Vec's thing of starting with an allocation of a sensible initial capacity, but realized it doesn't really translate directly to us, because the allocation has to include the header, and I'm not sure how to calculate that. (I'll think about it)
I am going to merge this. The documentation, benchmarks, etc are helpful. If you have additional performance tweaks, please open those as new PRs. |
resolves #2