8000 GitHub - misterjulian/golibs: Various small golang libraries
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

misterjulian/golibs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
< 8000 span role="tooltip" aria-label="69 Commits" id="history-icon-button-tooltip" class="Tooltip__TooltipBase-sc-17tf59c-0 hWlpPn tooltipped-n">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.2%
  • Makefile 2.5%
  • Python 1.1%
  • Shell 0.2%
0