Skip to content
#

cache-simulator

Here are 176 public repositories matching this topic...

Purpose of this is to understand virtual-machine code (and by extension machine code) by writing a software implementation of a simple virtual machine. This work put into test our ability to design, document, and implement a program with a clean modular structure. In this project, it shows how the structural choices may affect the performance of…

  • Updated May 17, 2022
  • C

Симулятор работы кэша процессора для подсчёта процента кэш-попаданий и потраченных тактов процессора при выполнении программы, приведённой в файле test.cc Подробнее конкретные параметры (размеры кэша, такты затрачиваемые на те или иные действия) - в файле-отчёте.

  • Updated May 8, 2024
  • Java

Improve this page

Add a description, image, and links to the cache-simulator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cache-simulator topic, visit your repo's landing page and select "manage topics."

Learn more