Skip to content
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

Use sync Pools for buffers #14

Open
otoolep opened this issue Aug 21, 2014 · 0 comments
Open

Use sync Pools for buffers #14

otoolep opened this issue Aug 21, 2014 · 0 comments

Comments

@otoolep
Copy link
Owner

otoolep commented Aug 21, 2014

It may improve performance -- and relieve pressure on the GC -- if a pool of buffers is used by the program, when moving data around.

http://tip.golang.org/pkg/sync/#Pool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant