Skip to content

the C++ implement of Adaptive Replacement Cache (ARC) Algorithm

Notifications You must be signed in to change notification settings

Xiaoccer/ARC_Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the C++ implement of Adaptive Replacement Cache (ARC) Algorithm

the C++ implement of ARC cache replacement algorithm, refer to the paper.

Build

make

Usage

Output the hit rate of ARC and LRU cache algorithm.

./cahce <c> <trace_file>
        <c>           -- cache_size
        <trace_file>  -- path of trace_file

Tests

Run tests of all traces. The result is written on output.txt, and the result is same to the paper.

make test

Notes

Reference resources

About

the C++ implement of Adaptive Replacement Cache (ARC) Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published