SkillAgentSearch skills...

Bytebufferpool

Anti-memory-waste byte buffer pool

Install / Use

/learn @valyala/Bytebufferpool
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars1.3k
CategoryDevelopment
Updated1d ago
Forks140

Languages

Go

Security Score

95/100

Audited on Mar 27, 2026

No findings