Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norfairking/token-limiter-concurrent
A type-safe token-bucket-based rate limiter with fairness and without the thundering herd problem
https://github.com/norfairking/token-limiter-concurrent
Last synced: about 2 months ago
JSON representation
A type-safe token-bucket-based rate limiter with fairness and without the thundering herd problem
- Host: GitHub
- URL: https://github.com/norfairking/token-limiter-concurrent
- Owner: NorfairKing
- License: mit
- Created: 2021-07-23T13:08:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T23:24:53.000Z (2 months ago)
- Last Synced: 2024-10-28T14:21:47.097Z (about 2 months ago)
- Language: Haskell
- Size: 40 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Concurrent Token Bucket-based Rate Limiter
This is an alternative for [`token-limiter`](https://hackage.haskell.org/package/token-limiter) with:
- Thread safety
- No thundering herd problem
- Fairness
- A smaller dependency footprint (only base)