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