Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sokil/php-2q
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Mar 14, 2023
2 parents c470876 + 5422c8d commit 5aaa1f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 2Q Cache Full Version

[![Coverage Status](https://coveralls.io/repos/github/sokil/php-2q/badge.svg?branch=main)](https://coveralls.io/github/sokil/php-2q?branch=main)

The Q2 cache algorithm is a caching algorithm that aims to balance between frequently accessed
and infrequently accessed items in a cache. It works by dividing the cache into three buffers:
a frequently accessed buffer (in), a moderately accessed buffer (out), and an infrequently accessed buffer (main).
Expand Down

0 comments on commit 5aaa1f0

Please sign in to comment.