Skip to content

CyberFlameGO/golibs

 
 

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

About

Various small golang libraries

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Go 96.6%
  • Makefile 2.2%
  • Other 1.2%