algorithms

Algorithms Handbook

View on GitHub

Rate Limiting

Rate limiting can be implemented using different algorithms, and each of them has distinct pros and cons. Sometime a combination of algorithms is used to fit the use cases (e.g., one base algorithm, and one for burst traffic).