An open API service indexing awesome lists of open source software.

https://github.com/findhao/cachesim

A simple cache simulator
https://github.com/findhao/cachesim

cache cache-simulator

Last synced: about 1 year ago
JSON representation

A simple cache simulator

Awesome Lists containing this project

README

          

# CacheSim

## [手册主页](https://www.findhao.net/easycoding/1717)

# 说明
这个项目记录了写的简易cache模拟器,手册里记录了对该项目的详细介绍和代码解释。

# 功能完成情况

- [x] 两级cache设计
- [x] cache size、line size、组相连路数、替换策略设置
- [x] cache lock功能
- [ ] 命令行参数