8000 GitHub - NorfairKing/token-limiter-concurrent: A type-safe token-bucket-based rate limiter with fairness and without the thundering herd problem
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A type-safe token-bucket-based rate limiter with fairness and without the thundering herd problem

Notifications You must be signed in to change notification settings

NorfairKing/token-limiter-concurrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent Token Bucket-based Rate Limiter

This is an alternative for token-limiter with:

  • Thread safety
  • No thundering herd problem
  • Fairness
  • A smaller dependency footprint (only base)

About

A type-safe token-bucket-based rate limiter with fairness and without the thundering herd problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0