The research project dedicated to the virtual memory
-
Implemented Julia modules with different substitution algorithms such as FIFO (first in first out), LRU (last recently used) and OPT (optimal).
-
Compared different substitution algorithms.
-
Implemented Julia module with tests.
-
Added logging.