We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Commit 7581017 unavoidably increases allocations for buffer. But benchmark results in README were not updated to reflect that changes.
Why those commit were done at all? Why allocation care core were replaced with allocation unaware?
I see that simplifies code a lot. But couple of tweaks could make new simple code also allocation aware without introducing much complexity.
The text was updated successfully, but these errors were encountered:
Though, if stream is used without passing io.Writer to, then new code certainly works better.
Sorry, something went wrong.
No branches or pull requests
Commit 7581017 unavoidably increases allocations for buffer. But benchmark results in README were not updated to reflect that changes.
Why those commit were done at all? Why allocation care core were replaced with allocation unaware?
I see that simplifies code a lot. But couple of tweaks could make new simple code also allocation aware without introducing much complexity.
The text was updated successfully, but these errors were encountered: