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.

    Language:Shell38348
  • bsc-mem/Mess-simulator

    A fast, accurate, and easy-to-integrate memory simulator that model memory system performance with bandwidth--latency curves.

    Language:Shell31205
  • bcrafton/processor

    A compiler, assembler, and processor.

    Language:OCaml24406
  • 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.

    Language:Python8403
  • PaulaZa5/memory-allocator

    Operating Systems Memory Allocation Simulator

    Language:C#8003
  • Sacusa/ChampSim

    Modified ChampSim simulator for memory subsystem research.

    Language:C++7203
  • 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

    Language:C3003
  • Sacusa/ChampSim-CASS

    Modification to vanilla ChampSim simulator to remove/minimize the effect of cache memory for use in CASS 2018 at IIT-K.

    Language:C++3203
  • 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.

    Language:Kotlin2250
  • 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

    Language:C1101
  • 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. 💻

    Language:C1100
  • 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.

    Language:Python10
  • MarianoAlipi/virtual-memory-manager

    A memory simulator that uses several virtual memory techniques to handle multiple processes. Final project for the operating systems course.

    Language:Python00
  • skyisveryblue1/memory-simulator

    Memory Simulator developed by C++

    Language:C++101