Skip to content

Simulating and testing different page replacement algorithms for efficiency

Notifications You must be signed in to change notification settings

vahid-ai/Page-Replacement-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page-Replacement-Algorithms

This project is designed to test different page replacement algorithms for efficiency. Four page replacement algorithms are simulated: FIFO, LRU, LFU and Random.

To run: <executable> <flag> <pageTableSize>
Flags: -fifo, -lru, -lfu, -ran

About

Simulating and testing different page replacement algorithms for efficiency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published