bytebufferpool

Anti-memory-waste byte buffer pool

Github星跟踪图

Build Status
GoDoc
Go Report

bytebufferpool

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.

You can find results here.

bytebufferpool users

主要指标

概览
名称与所有者valyala/bytebufferpool
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-06-22 17:27:17
推送于2024-07-20 20:15:17
最后一次提交2020-11-05 01:08:30
发布数1
最新版本名称v1.0.0 (发布于 2018-09-05 21:22:20)
第一版名称v1.0.0 (发布于 2018-09-05 21:22:20)
用户参与
星数1.3k
关注者数15
派生数137
提交数31
已启用问题?
问题数15
打开的问题数10
拉请求数8
打开的拉请求数3
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?