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

https://github.com/lukechampine/pool


https://github.com/lukechampine/pool

memory-management pool resource-pool

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

pool
----

[![GoDoc](https://godoc.org/github.com/lukechampine/pool?status.svg)](https://godoc.org/github.com/lukechampine/pool)
[![Go Report Card](http://goreportcard.com/badge/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.