[ 原始碼: golang-github-valyala-bytebufferpool ]
套件:golang-github-valyala-bytebufferpool-dev(1.0.0-4)
golang-github-valyala-bytebufferpool-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-valyala-bytebufferpool:
- [golang-github-valyala-bytebufferpool_1.0.0-4.dsc]
- [golang-github-valyala-bytebufferpool_1.0.0.orig.tar.gz]
- [golang-github-valyala-bytebufferpool_1.0.0-4.debian.tar.xz]
維護小組:
- Debian Go Packaging Team (QA 頁面)
- Nobuhiro Iwamatsu (QA 頁面)
- Anthony Fok (QA 頁面)
- Guillem Jover (QA 頁面)
外部的資源:
- 主頁 [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.