Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidwang200099/CS359-project2
https://github.com/davidwang200099/CS359-project2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwang200099/CS359-project2
- Owner: davidwang200099
- Created: 2020-05-23T15:58:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T12:47:06.000Z (over 4 years ago)
- Last Synced: 2024-08-01T19:45:38.168Z (4 months ago)
- Language: C
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cs - @davidwang200099, 2020 Spring
README
# CS359 Project 2: Understanding Cache Memories
This is one of the labs in the course Introduction to Computer Systems. In this lab, we are first required to write a cache simulator which chooses victims with Least Recently Used Algorithm. Then we are required to optimize matrix transposition function with waside blocking method.
csim.c is the source file of the cache simulator and trans.c is the source file of matrix transposition function.