doc.go 284 B

1234567
  1. // Package bytebufferpool implements a pool of byte buffers
  2. // with anti-fragmentation protection.
  3. //
  4. // The pool may waste limited amount of memory due to fragmentation.
  5. // This amount equals to the maximum total size of the byte buffers
  6. // in concurrent use.
  7. package bytebufferpool