algorithms

Algorithms Handbook

View on GitHub

Token Bucket Algorithm

Overview

Token Bucket is widely used due to its simplicity.

Both Amazon and Stripe use this algorithm to throttle their API requests.

Pros

Cons