diff options
Diffstat (limited to 'vendor/github.com/valyala/bytebufferpool/doc.go')
-rw-r--r-- | vendor/github.com/valyala/bytebufferpool/doc.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/valyala/bytebufferpool/doc.go b/vendor/github.com/valyala/bytebufferpool/doc.go new file mode 100644 index 00000000..e511b7c5 --- /dev/null +++ b/vendor/github.com/valyala/bytebufferpool/doc.go @@ -0,0 +1,7 @@ +// Package bytebufferpool implements a pool of byte buffers +// with anti-fragmentation protection. +// +// The pool may waste limited amount of memory due to fragmentation. +// This amount equals to the maximum total size of the byte buffers +// in concurrent use. +package bytebufferpool |