The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.003 - 2020-02-19

  • Switch algorithm to using buckets like in Data::Throttler, because recording every hit as a cache item quickly becomes too slow when the number of hits reaches thousands. We are now consistently about an order of magnitude slower than Data::Throttler when both are using memory backend.

Modules

Data::Throttler-like throttler with CHI backend