Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 330 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 330 Bytes

Virtual-Memory

The research project dedicated to the virtual memory

  1. Implemented Julia modules with different substitution algorithms such as FIFO (first in first out), LRU (last recently used) and OPT (optimal).

  2. Compared different substitution algorithms.

  3. Implemented Julia module with tests.

  4. Added logging.