Skip to content

maxi0604/cachecache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cachecache: A simulator for cache accesses

This program simulates a single level of accesses to a memory cache with given memory addresses.

Example:

cachecache [filename]

This will open up the GUI application with the file filename selected, if given.

File format is subject to change.

Building

To build this application you need to be set up for gtk4 development. For further details, check out the GTK + Rust development book.

After having made sure you have GTK4 >= 4.10 installed, use cargo to build the project:

cargo build [--release]

Merge requests

Want to improve this program? Feel free to send a bug report or merge request.

License

cachecache is free software licensed under the AGPLv3 or later.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages