bufferpool 
The bufferpool package implements a thread-safe pool of reusable, equally sized byte.Buffer
s.
If you're allocating byte.Buffer
s very frequently, you can use this to speed up your
program and take strain off the garbage collector.
docs
GoDoc