Skip to content

A page replacement technique used for page replacement using dynamic approach. We use a linked list for ordering the pages based on the arrival and the page that arrived first is placed on the left end of the linked list. This technique helps to reduce the overhead in Optimal replacement method and also takes the number of references made to a p…

Notifications You must be signed in to change notification settings

Sidd1609/Hash-Page-replacement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Hash-Page-replacement

A page replacement technique used for page replacement using dynamic approach. We use a linked list for ordering the pages based on the arrival and the page that arrived first is placed on the left end of the linked list. This technique helps to reduce the overhead in Optimal replacement method and also takes the number of references made to a page thus keeping the most used/ required pages ready to use reducing page faults. This technique showed a noticeable decrease in access time for a page and proved to be efficient.

About

A page replacement technique used for page replacement using dynamic approach. We use a linked list for ordering the pages based on the arrival and the page that arrived first is placed on the left end of the linked list. This technique helps to reduce the overhead in Optimal replacement method and also takes the number of references made to a p…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published