gentlecat / cache-emulator

CPU cache emulator (LRU)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache Emulator

About

This application emulates fully associative CPU cache. It uses LRU replacement policy.

Note: Application emulates only cache's functionality, not speed.

Screenshot

Chip icon was made by IconEden.

Built using Qt framework.

License

Cache Emulator is released under the MIT License.

About

CPU cache emulator (LRU)

License:MIT License


Languages

Language:C++ 96.9%Language:QMake 3.1%