Create a simple LRU Cache simulator in C. Assume 32 KBCache size, 8-way associativity, 64 B Block size. Create a simpleworking simulation of what the LRU cache would do. You can make upyour own read and write values.
(Should take 10 mins)
Will upvote for an original and correct answer!
Create a simple LRU Cache simulator in C. Assume 32 KB Cache size, 8-way associativity, 64 B Block size. Create a simple
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am