//
pkg.gl
Category
github.com/metagogs/gogs
utils
bytebuffer
package
0.3.2
Repository:
https://github.com/metagogs/gogs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
185 SLOC
#
Functions
Get
Get returns an empty byte buffer from the pool.
Put
Put returns byte buffer to the pool.
#
Structs
ByteBuffer
ByteBuffer provides byte buffer, which can be used for minimizing memory allocations.
Pool
Pool represents byte buffer pool.