File: doc.go

package info (click to toggle)
golang-github-valyala-bytebufferpool 0.0~git20160817.0.e746df9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 96 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
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