Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 320 Bytes

bpool

A Go (Golang) lib to manage buffers with a constant size with buffer reuse and garbage collector.

Get bpool

go get github.com/90TechSAS/go-buffer-pool-recycler

Update bpool

go get -u github.com/90TechSAS/go-buffer-pool-recycler

Example

See the file example/test.go