8000 GitHub - opencoff/go-ratelimit: golang ratelimiter without using channels or timers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

opencoff/go-ratelimit

Folders and files

NameName
Last commit message
Last commit date

Lat B9AD est commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-ratelimit - Simple wrapper around golang.org/x/time/rate

What is it?

Token bucket ratelimiter for golang; it wraps the Limiter in golang.org/x/time/rate. It implements global and per-host rate limits. It uses an LRU cache to cache the most frequently used per-host limiters.

About

golang ratelimiter without using channels or timers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0