/CacheEmulator

An emulator for different caches.

Primary LanguagePythonMIT LicenseMIT

CacheEmulator

An emulator for different caches.

运行方式:
pip3 install -r requirements.txt
python3 main.py

实验报告在根目录下,为report.md

log 文件在 log/文件夹下

各种命中率和搜索长度的汇报为程序的输出,但是完全运行一次需要约400s,因此我将结果转存到了根目录下的log.txt中。