lru-replacement-algorithm
There are 55 repositories under lru-replacement-algorithm topic.
xanmod/linux
Git repository moved to https://gitlab.com/xanmod/linux
hocinemahni/mc_arc
This project focuses on simulating a multi-tier storage system🔺, with an emphasis on data management📂🔄 through the implementation of various placement policies 🔺⬆️⬇️ . The goal is to analyze the performance and efficiency of different data placement and eviction strategies📊⚡🚀 .
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)
sunlightlinux/linux-sunlight
SUNLIGHT: Linux kernel source code tree
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
yukito0209/simple-demonstration-of-operating-system-principles
一个基于Java实现的操作系统原理演示代码,包含了进程调度、内存管理等操作系统基本功能。
ANIRUDH-VADERA/OS
Important OS Codes and Concepts(Sorted)
ayush-agarwal-0502/LRU-Cache-Implementation
LRU (Least Recently Used ) Cache implementation using Doubly Linked List and Unordered Map
IamShubhamGupto/OS_Lab_UE18CS305
Assignment files used for OS Lab UE18CS305
nuciferra/osScripts
Basic OS Programs - CPU Scheduling & Page Replacement
alewin/lru-replacement-algorithm
python script to simulate lru replacement algorithm, probably with bug.. but seems to be working
freddiehaddad/lrucache
Least recently used (LRU) in-memory cache.
hyzoon-skku-archive/skku-CA
23-2 / 컴퓨터구조개론 / 조형민 prof.
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
ParikshitGehlaut/ToyRISC_Processor_Simulator
ToyRISC processor simulation using Java, Computer Architecture lab, IIT Dharwad
pspanoudakis/OS-Memory-Page-Management
Simulator of a Memory Page Management System, focused on process Page Tables & Page Replacement algorithms.
realspal/cache-replacement-algorithm
Implementation of Cache Replacement Algorithm (FIFO and LRU) and calculation of corresponding Cache Hit Ratio.
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
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
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. 조형민)
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
adityagarg12/COL216-Assignment-3
MESI Cache Coherence Simulator for Multicore Systems
Annie2936/Page-Replacement-Technique-in-python
A os page replacement algorithm developed in python under jupyter notebook environment.
skku-vault/skku-ca
23-2 컴퓨터구조개론 (prof. 조형민)