Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 352 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 352 Bytes

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