moka-rs / moka

A high performance concurrent caching library for Rust
Apache License 2.0
1.56k stars 69 forks source link

Update QuickCache table in README.md #455

Closed arthurprs closed 1 month ago

arthurprs commented 1 month ago

The original algorithm approximated CLOCK-pro, but deviated over time. Now that S3-FIFO has been published, it's actually much closer to that.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.00%. Comparing base (63f8928) to head (570b702). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #455 +/- ## ========================================== + Coverage 94.91% 95.00% +0.09% ========================================== Files 44 44 Lines 20938 20938 ========================================== + Hits 19874 19893 +19 + Misses 1064 1045 -19 ```