-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Some optimizations #58
Conversation
fixed decoding benchmark, as it was returning error, and not fully decoding. last commit benchmarks:
v4.0.0 benchmarks with fixed decoding test:
|
Very impressing work! 👏 You've managed to drastically reduce the number of allocations. Here's the output benchstat which shows the difference in percentage. Nice find out error in the benchmark test case as well.
|
Included in v4.1.0. Thanks for your contribution! |
Thanks for such quick approval and release! |
v4.0.0:
with these optimizations: