gubernator-io / gubernator

High Performance Rate Limiting MicroService and Library - Developed at Mailgun
Apache License 2.0
71 stars 6 forks source link

Implement Sliding Window #17

Open thrawn01 opened 1 month ago

thrawn01 commented 1 month ago

Purpose

Sliding window is similar to our current implementation of leaky bucket, however it is different enough to warrant it's own implementation.