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

https://github.com/weiwenchen2022/freelist

Efficient, thread-safe free list for Go
https://github.com/weiwenchen2022/freelist

freelist go golang library

Last synced: about 2 months ago
JSON representation

Efficient, thread-safe free list for Go

Awesome Lists containing this project

README

          

# freelist

package freelist implements a efficient, thread-safe free list, similar to sync.Pool.

## Install

`go get github.com/weiwenchen2022/freelist`

## Reference

GoDoc: [https://godoc.org/github.com/weiwenchen2022/freelist](https://godoc.org/github.com/weiwenchen2022/freelist)