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
- Host: GitHub
- URL: https://github.com/workanator/pools
- Owner: workanator
- License: mit
- Created: 2020-04-10T11:51:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T20:12:23.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T17:45:17.765Z (almost 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.