https://github.com/lukechampine/pool
https://github.com/lukechampine/pool
memory-management pool resource-pool
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukechampine/pool
- Owner: lukechampine
- License: mit
- Created: 2017-08-14T21:33:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T01:17:29.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T07:34:12.767Z (over 1 year ago)
- Topics: memory-management, pool, resource-pool
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pool
----
[](https://godoc.org/github.com/lukechampine/pool)
[](https://goreportcard.com/report/github.com/lukechampine/pool)
```
go get github.com/lukechampine/pool
```
`pool` is a collection of pools, including a standard memory pool and a more
generic "index" pool for storing arbitrary types.
See the [GoDoc](https://godoc.org/github.com/lukechampine/pool) for full documentation.