# limiter **Repository Path**: mqyqingkong/limiter ## Basic Information - **Project Name**: limiter - **Description**: 限流 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-14 - **Last Updated**: 2023-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 限流 实现的功能: 1、基于固定窗口限流 参考:windowlimiter/fixwindowlimiter.go 2、基于滚动窗口限流 参考:windowlimiter/rollwindowlimiter.go