token-bucket

Rate limiter using lazy bucket algorithm

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

Version on this page:0.1.0.1@rev:1
LTS Haskell 22.13:0.1.0.1@rev:7
Stackage Nightly 2024-03-14: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:41232cfabd4ba8e217d2b78f0f897d5a245756cf525c9a84c5ba2c695b533576,1611

Module documentation for 0.1.0.1

Depends on 1 package(full list with versions):
Used by 1 package in lts-8.5(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