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

https://github.com/cloudflare/golibs

Various small golang libraries
https://github.com/cloudflare/golibs

Last synced: about 1 year ago
JSON representation

Various small golang libraries

Awesome Lists containing this project

README

          

CloudFlare golibs
-----------------

Simple `golang` libraries used internally at CloudFlare:

- `circularbuffer`: circular buffer data structure (fixed size stack)
- `lrucache`: last recently used cache data structure
- `pool`: backported version of `sync.Pool`
- `bytepool`: a pool of byte slices
- `ewma`: exponentially decaying moving average