-
Notifications
You must be signed in to change notification settings - Fork 18k
bufio: optimize bufio.Reader.WriteTo() and bufio.Writer.ReadFrom() #6373
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
Comments
This issue was updated by revision b00e477. LGTM=iant, gri R=golang-codereviews, iant, gri CC=golang-codereviews https://golang.org/cl/69220046 |
Go ahead and do this. Now's the time. I am skeptical on issue #7744. |
https://golang.org/cl/103710044/ The benchmark does not look encouraging. Please see my first comment on the CL for more detail. |
CL https://golang.org/cl/103710044 mentions this issue. |
@vancluever perhaps you might be interested in this issue, if you get time and are bored :) |
I'll definitely keep it in mind! :) |
This issue got implemented with CLs https://golang.org/cl/69220046 aka commit b00e477 for .WriteTo which falls back to using the target's .ReadFrom method and then https://golang.org/cl/6548047 aka commit e289a2b for the target's .WriteTo method thus we can close this legacy issue. Please reopen if necessary. |
by valyala:
The text was updated successfully, but these errors were encountered: