4 results found Sort:
用户访问频率控制ratelimit,不同于网关级限流(包括go.uber.org/ratelimit漏桶限流以及github.com/juju/ratelimit令牌桶限流),本限流方案为业务级限流,适用于平台运营中,精细化的按单个用户,按IP等限流,为业内rdeis滑动窗口限流方案的纯GO替代方案,并且支持持久化(可选),可定期把历史数据备份到本地磁盘,程序重启也可保留之前的访问记录
Created
2020-01-02
51 commits to master branch, last one 10 months ago
A set of performant rate limiters for Go
Created
2019-06-14
37 commits to master branch, last one 7 months ago
Lock-free implementation of the token bucket algorithm in C++
Created
2016-05-07
5 commits to master branch, last one about a year ago
Async distributed rate limiters for Python
Created
2022-08-07
231 commits to main branch, last one 10 months ago