# Packages
No description provided by the author
# README
ratelimit
限流分为单机限流和分布式限流。
限流算法
- 令牌桶
- 漏斗
- 滑动窗口
- 自适应限流
扩展
https://pkg.go.dev/golang.org/x/time/rate
https://github.com/alibaba/sentinel-golang
https://github.com/uber-go/ratelimit
https://github.com/go-kratos/aegis/tree/main/ratelimit
https://github.com/RussellLuo/slidingwindow