-
Notifications
You must be signed in to change notification settings - Fork 18k
io: Copy makes garbage #5509
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
Looks like a good fit for sync.Pool. But do we want io to depend on sync (the only other package that sync depends on is sync/atomic)? |
The io package already depends on sync. http://golang.org/src/io/pipe.go#L10 (This dependency is listed in src/go/build/deps_test.go.) |
aha! |
On Wed, Jan 28, 2015 at 5:58 PM, 'Russ Cox (Gerrit)' wrote:
See the following changes for discussion: |
The text was updated successfully, but these errors were encountered: