mirror of
https://github.com/valyala/bytebufferpool.git
synced 2026-06-14 13:26:35 +03:00
a1c2e6cf763847e33edfe72dac24a5d405699348
This reverts commit 08eb8e13d0,
since it led to high memory usage on the production box.
The commit need additional investigation.
bytebufferpool
An implementation of a pool of byte buffers with anti-fragmentation 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.
bytebufferpool users
Languages
Go
100%