Commit 3baf84d
feat(ratelimiter): add FixedWindow limiter and tests (#196)
* feat(ratelimiter): add FixedWindow limiter and tests
Introduce a FixedWindow rate limiter implementation, allowing a fixed number
of events per interval. Add comprehensive unit tests covering core behavior,
parameter validation, setters, concurrency, and edge cases.
* docs: update README to include Fixed Window rate limiter details
---------
Co-authored-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com>1 parent 980759a commit 3baf84d
4 files changed
Lines changed: 1011 additions & 1 deletion
0 commit comments