[ ソース: golang-github-valyala-bytebufferpool ]
パッケージ: golang-github-valyala-bytebufferpool-dev (0.0~git20160817.0.e746df9-3)
golang-github-valyala-bytebufferpool-dev に関するリンク
Debian の資源:
golang-github-valyala-bytebufferpool ソースパッケージをダウンロード:
- [golang-github-valyala-bytebufferpool_0.0~git20160817.0.e746df9-3.dsc]
- [golang-github-valyala-bytebufferpool_0.0~git20160817.0.e746df9.orig.tar.gz]
- [golang-github-valyala-bytebufferpool_0.0~git20160817.0.e746df9-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Anti-memory-waste byte buffer pool for go
An implementation of a pool of byte buffers with anti-memory-waste 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. Benchmark results Currently bytebufferpool is fastest and most effective buffer pool written in Go.