-
Notifications
You must be signed in to change notification settings - Fork 49
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
chore: remove optional crate #91
Conversation
I ran another set of benchmarks but with a sample size of 1000 and warm up time of 5 seconds Benchmarks
|
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.
I'm a user, not a maintainer, of this crate, so my review means nothing, but LGTM.
I've rerun the benchmarks locally and could also not see a clear difference. |
Thanks a lot for the contribution (and sorry for my late reply :( )! Edit: Clippy seems to be acting up since the last commit (though the fix is easy) |
This PR fixes some clippy warnings and removes every last bit of the
optional
crateoptional
crate to vanish from the dependencies. I'll leave the ultimate decision up to you.Benchmarks
Feel free to just close the PR if you don't want the change.
Related to #89