Last change
on this file since 145 was 145, checked in by Izuru Yakumo, 22 months ago |
Updated the Makefile and vendored depedencies
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
284 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.