An open API service indexing awesome lists of open source software.

https://github.com/workanator/pools

The collection of shared pools for Go
https://github.com/workanator/pools

Last synced: 4 months ago
JSON representation

The collection of shared pools for Go

Awesome Lists containing this project

README

          

# pools
The collection of shared pools for Go

### bbpool
The shared instance of `bytes.Buffer` pool.

### bufpool
The share instance of `[]byte` pool.

### ifspool
The shared instance of `[]interface{}` pool.

### sbpool
The shared instance of `strings.Builder` pool.