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.
- Host: GitHub
- URL: https://github.com/kuanhungchen/spring-2021-memory-systems
- Owner: kuanhungchen
- Created: 2021-05-06T13:12:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T14:53:55.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T10:51:55.669Z (over 1 year ago)
- Topics: cache-replacement, computer-architecture, main-memory-design, memory-scheduling, memory-systems
- Language: C++
- Homepage:
- Size: 71.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.