lru-replacement-algorithm
There are 52 repositories under lru-replacement-algorithm topic.
xanmod/linux
Git repository moved to https://gitlab.com/xanmod/linux
anuj-rai-23/Adaptive-Replacement-Cache-ARC-Algorithm
A project for Advanced Operating System(CS604) that implements ARC cache replacement policy.
iamrohitsuthar/SPOS
SPPU Computer Engineering Codes - SPOS (System Programming and Operating System Programs)
frhd143/LRU-Page-Replacement-Algorithm
This is an implementation of the Least Recently Used (LRU) page replacement algorithm.
houssam966/paging-algorithms
Applies various page replacement algorithms to a reference string and displays the number of page faults and where they occurred.
josefdc/page-replacement-simulator
A web-based page replacement simulator that visualizes algorithms like FIFO, LRU, and Optimal, with interactive step-by-step animations, highlighting page faults and hits
sunlightlinux/linux-sunlight
SUNLIGHT: Linux kernel source code tree
ANIRUDH-VADERA/OS
Important OS Codes and Concepts(Sorted)
IamShubhamGupto/OS_Lab_UE18CS305
Assignment files used for OS Lab UE18CS305
niraj-patil/osScripts
Basic OS Programs - CPU Scheduling & Page Replacement
ParikshitGehlaut/ToyRISC_Processor_Simulator
ToyRISC processor simulation using Java, Computer Architecture lab, IIT Dharwad
alewin/lru-replacement-algorithm
python script to simulate lru replacement algorithm, probably with bug.. but seems to be working
ayush-agarwal-0502/LRU-Cache-Implementation
LRU (Least Recently Used ) Cache implementation using Doubly Linked List and Unordered Map
freddiehaddad/lrucache
Least recently used (LRU) in-memory cache.
LoicKonan/5143-OS-KONAN
Advance Operating Systems
MJavaadAkhtar/OS_Virtual-Memory-Algorithm1.1
A simulation of the operations of page tables and page replacement.
Mostafatalaat770/Paging-and-RAM-Replacement-Algorithms
Implementation of Optimal, FIFO, LRU, and Clock page replacement algorithms.
noo-rain/LRU-implementation-
LRU Paging Implementation
realspal/cache-replacement-algorithm
Implementation of Cache Replacement Algorithm (FIFO and LRU) and calculation of corresponding Cache Hit Ratio.
shj1081/skku_CA_assignments
23-2 / 컴퓨터구조개론 / 조형민 prof.
SoniSiddharth/Cache_Replacement_Policies
Cache Replacement Policies in operating system from scratch
Vaibhav-Pant/Operating-System
This repository contains all the source code that I have written for my Operating System course.
Zizo001/Poisson-Page-Fault-Detection
Program that aims to illustrate the difference between page fault detection algorithms depending on how their respective queues are managed by the OS
coderkun12/Operating-System-Algorithms
Contains different operating system related algorithms like Page-Replacement algorithms, Process scheduling, Bankers algorithm.
Daito-Raigar/Operating_System_Lab_Exercise
In this repository you will find the basic and simple Operating System related exercises. I will be helpful to get to know how Operating System works on processes, memory management ,etc
EfeErkan/OS-Project3
Paging Simulator
IAmRiteshKoushik/proxy-server
Multithreaded Proxy Web Server with Least-Recent-Used caching mechanism. Written in C
juliorodrigues07/virtual_memory_sim
Implementação de um simulador de memória virtual, aplicando algoritmos de substituição de página LRU, NRU e Second Chance.
NicholasSteuart/COMP2240-Assignment-3
COMP2240 Assignment 3: Simulating Paging with Virtual Memory, with 2 different LRU Page Replacement Algorithms (Full Marks)
racheliee/skku-CA
23-2 컴퓨터구조개론 (prof. 조형민)
souravkantha/lru-cache
A LRU cache implemented using object oriented approach
Trisha2301/Page-Replacement-Technique-in-java
A Java code for understanding page replacement algos
yogaprasadk/OS_COURSE_A_TO_Z
It is a repository of operating systems complete playlist with notes taught by Lakshay Kumar Sir from Codehelp Youtube Channel
Annie2936/Page-Replacement-Technique-in-python
A os page replacement algorithm developed in python under jupyter notebook environment.
Gurubalan-GIT/LRU-Cache
Designing a LRU Cache.