2 Repos
Tools for controlling request frequency and traffic flow.
Explore 2 awesome GitHub repositories matching part of an awesome list · Rate Limiting. Refine with filters or upvote what's useful.
This is a Go library that implements a leaky-bucket algorithm to control the frequency of operations and requests per second. It serves as a concurrent request throttler that blocks calling threads until request slots become available to maintain a steady execution rate. The project includes a traffic burst controller that allows the accumulation of unspent request capacity, permitting short-term spikes in volume while maintaining a defined long-term average rate. The library provides capabilities for operation frequency limiting, request interval enforcement, and application resource protec
High-performance rate limiting implementation for Go applications.
Atomic and non-atomic counters and rate limiting tools. Limit resource access at any scale.
Request limiting for single or distributed environments.