EagleChen / restrictorLinks
Golang implementation of sliding window rate limiter. Unlike other libraries using 'token bucket', this library supports use case such as 'xx requests per 25 minutes'
☆19Updated 4 years ago
Alternatives and similar repositories for restrictor
Users that are interested in restrictor are comparing it to the libraries listed below
Sorting:
- Golang LRU cache with expire feature.☆66Updated last year
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 6 months ago
- Basic Assertion Library used along side native go testing, with building blocks for custom assertions