Skip to content

Commit

Permalink
Remove unused ARC implementation
Browse files Browse the repository at this point in the history
Removed the Adaptive Replacement Cache (ARC) implementation, initially
introduced as a block replacement algorithm. While ARC has been noted
for its potential to improve hit ratios, it is currently not in use and
adds unnecessary maintenance overhead. Until we develop a more effective
cache replacement policy and management system, we will continue to rely
on the Least Frequently Used (LFU) algorithm as our sole cache replacement
strategy. Notably, LFU is utilized in conjunction with the tier-1 JIT
compiler.
  • Loading branch information
jserv committed Dec 17, 2023
1 parent 6d87fd6 commit 5bd72a2
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 5,173 deletions.
5 changes: 0 additions & 5 deletions tests/cache/arc/cache-get.expect

This file was deleted.

6 changes: 0 additions & 6 deletions tests/cache/arc/cache-get.in

This file was deleted.

Loading

0 comments on commit 5bd72a2

Please sign in to comment.