- Write this README
- Output data to a file that can be used to make a graph or something (probably a csv file)
An experiment, written in python, to evaluate the effectiveness of different cache eviction policies (caching strategies)
It's not perfect
- Clone the project
- Download and install Python
- Run
setup.py- Windows:
- Open command prompt in the directory
- type
py -3 setup.py
- Anything else
- Open a terminal in the directory
- run
python setup.pyorpython3 setup.py
- Windows:
- Run
main.py