Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)