Skip to content

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

License

Notifications You must be signed in to change notification settings

90TechSAS/go-buffer-pool-recycler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages