memory-simulator
There are 15 repositories under memory-simulator topic.
bsc-mem/Mess-benchmark
A Multiplatform benchmark designed to provide holistic, detailed and close-to-hardware view of memory system performance with family of bandwidth--latency curves.
bsc-mem/Mess-simulator
A fast, accurate, and easy-to-integrate memory simulator that model memory system performance with bandwidth--latency curves.
bcrafton/processor
A compiler, assembler, and processor.
allexlima/PyBestfit
:vhs: Memory allocation simulator using best fit algorithm. Software written in Python and PyQt. The best fit deals with an algorithm that searches the first closest memory block size of process size to alloc it one. And as an advantage, best fit provide a memory utilization more optimized.
PaulaZa5/memory-allocator
Operating Systems Memory Allocation Simulator
Sacusa/ChampSim
Modified ChampSim simulator for memory subsystem research.
Akter8/memory-subsystem-simulator
Simulates a memory-subsystem encompassing a bi-level TLB and a bi-level cache system along with a main memory following segmentation with paging with all different replacement policies
Sacusa/ChampSim-CASS
Modification to vanilla ChampSim simulator to remove/minimize the effect of cache memory for use in CASS 2018 at IIT-K.
jamhour1g/MVTOrchestrator
This project simulates the Multiple Partitions - Variable Regions memory management technique, also known as MVT ( Multiprogramming with Variable number of Tasks) in IBM machines. It demonstrates the behavior of MVT memory management in a simulated environment.
castlenum/Virtual-Memory-Management-Simulator
One-level page table system with FIFO and LRU and Two-level page table system with LRU and Inverted page table with a hashing system
mariarodr1136/StaticMemoryAllocator
The Static Memory Allocation Simulator demonstrates different memory allocation algorithms (First Fit, Best Fit, and Worst Fit) through an interactive C program that visualizes memory states and fragmentation effects. 💻
ferreirasara/simulador-troca-de-pagina
A memory simulator with the objective of testing the page-switching algorithms, studied in the Advanced Operating Systems discipline, from the Computer Science Bachelor course.
MarianoAlipi/virtual-memory-manager
A memory simulator that uses several virtual memory techniques to handle multiple processes. Final project for the operating systems course.
skyisveryblue1/memory-simulator
Memory Simulator developed by C++