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

https://github.com/kuanhungchen/spring-2021-memory-systems

🧠 Implementation of two cache replacement and two memory scheduling algorithms.
https://github.com/kuanhungchen/spring-2021-memory-systems

cache-replacement computer-architecture main-memory-design memory-scheduling memory-systems

Last synced: 2 days ago
JSON representation

🧠 Implementation of two cache replacement and two memory scheduling algorithms.

Awesome Lists containing this project

README

          

# Spring-2021-Memory-Systems
- Homeworks about cache replacement policy and memory scheduling.

## Contents

- HW1: _Signature-Based Hit Prediction (SHiP) Cache Replacement Policy_
- HW2: _Reuse Distance-Based Probabilistic Replacement Policy (PRP)_
- HW3: _FCFS, FR-FCFS Memory Scheduler_
- HW4: _Parallelism-Aware Batch Scheduling (PARBS)_

## Contact

Feel free to email me at [khchen.me@gmail.com](mailto:khchen.me@gmail.com) or open an issue here if you have any ideas.