repository
0.0.0-20240916140616-558c04120a4e
Repository: https://github.com/cloudflare/golibs.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
CloudFlare golibs
Simple golang
libraries used internally at CloudFlare:
circularbuffer
: circular buffer data structure (fixed size stack)lrucache
: last recently used cache data structurepool
: backported version ofsync.Pool
bytepool
: a pool of byte slicesewma
: exponentially decaying moving average