tracker/Godeps/_workspace/src/github.com/pushrax/bufferpool/README.md
2015-02-20 02:21:21 -05:00

426 B

bufferpool Build Status

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

docs

GoDoc