You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coded a cache simulator in C++. Simulated a directly mapped, fully associative, and set associative cache. Also implemented cache replacement policies such as FIFO and LRU
About
Coded a cache simulator in C++. Simulated a directly mapped, fully associative, and set associative cache. Also implemented cache replacement policies such as FIFO and LRU