Skip to content

davidwang200099/CS359-project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages