gubernator-io / gubernator

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

Support S3FIFO #18

Closed thrawn01 closed 4 weeks ago

thrawn01 commented 1 month ago

Purpose

Integrate S3-FIFO algorithm as the primary cache. The golang implementation supports lock-less access to the cache which will greatly improve concurrent performance. See #15

thrawn01 commented 4 weeks ago

Implemented in #15 and merged into the V3 branch