@hackage token-bucket0.1.0.1
Rate limiter using lazy bucket algorithm
Categories
License
GPL-3.0-only
Maintainer
https://github.com/haskell-hvr/token-bucket
Links
Versions
Installation
Tested Compilers
Dependencies (2)
Dependents (3)
@hackage/acme-everything, @hackage/keysafe, @hackage/wai-middleware-throttle
Package Flags
use-cbits
(on by default)
Use optimized getPOSIXTime implementation (faster by roughly one order of magnitude)
This package provides a variant of a Token Bucket or Leaky Bucket rate-limiting algorithm optimised for low overhead.
The rate-limiting variant implemented by this package is heavily inspired by the algorithm described in "Rate Limiting at Webscale: Lazy Leaky Buckets".