memory-simulator

There are 11 repositories under memory-simulator topic.

  • bcrafton/processor

    A compiler, assembler, and processor.

    Language:OCaml24506
  • PaulaZa5/memory-allocator

    Operating Systems Memory Allocation Simulator

    Language:C#8003
  • 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:Python7503
  • Sacusa/ChampSim

    Modified ChampSim simulator for memory subsystem research.

    Language:C++6303
  • 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:C3103
  • 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++3303
  • 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
  • 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:Python10
  • skyisveryblue1/memory-simulator

    Memory Simulator developed by C++

    Language:C++101