token-bucket

Rate limiter using lazy bucket algorithm

https://github.com/hvr/token-bucket

Version on this page:0.1.0.1@rev:2
LTS Haskell 22.14:0.1.0.1@rev:7
Stackage Nightly 2024-03-28:0.1.0.1@rev:7
Latest on Hackage:0.1.0.1@rev:7

See all snapshots token-bucket appears in

GPL-3.0-only licensed by Herbert Valerio Riedel
Maintained by [email protected]
This version can be pinned in stack with:token-bucket-0.1.0.1@sha256:a36253bf7bafd131327019f3ccac6b02cf8b6ca3db45c05e578fd600f856730e,1611

Module documentation for 0.1.0.1

Depends on 1 package(full list with versions):
Used by 1 package in nightly-2017-05-27(full list with versions):

This implementation is heavily inspired by the one described in "Rate Limiting at Webscale: Lazy Leaky Buckets"

Changes

0.1.0.1

  • Compat with GHC 7.10

0.1.0.0

  • Initial version