lytefast / gcra-rs

Basic rust GCRA implementation
MIT License
7 stars 1 forks source link

[rate-limiter] `&mut` not required for RateLimiter #7

Closed lytefast closed 1 month ago

lytefast commented 1 month ago

dashmap already handles mut concurrency, and we don't perform any other mutation on theRateLimiter` itself during these function call s.

https://github.com/lytefast/gcra-rs/issues/6