Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: lru-replacement-algorithm

xanmod/linux

XanMod: Linux kernel source code tree

Language: C - Size: 2.49 GB - Last synced: about 11 hours ago - Pushed: about 12 hours ago - Stars: 861 - Forks: 102

moharamfatema/page-replacement

Page replacement algorithms for memory management in operating systems

Language: C++ - Size: 106 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

sunlightlinux/linux-sunlight

SUNLIGHT: Linux kernel source code tree

Language: C - Size: 2.38 GB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 4

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

Language: C++ - Size: 28.3 KB - Last synced: 3 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

freddiehaddad/lrucache

Least recently used (LRU) in-memory cache.

Language: Go - Size: 3.91 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

CelestialZeus/Virtual_To_Physical_Memory_Translator

Language: C - Size: 12.7 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 6 - Forks: 1

MMagdys/Virtual-memory-Replacment-Policy

C implementation for well known virtual memory replacment algorthmis

Language: C - Size: 6.84 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 1

niraj-patil/osScripts

Basic OS Programs - CPU Scheduling & Page Replacement

Language: Python - Size: 29.3 KB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

exbotanical/tenure-go

A thread-safe, hash-mapped LRU cache instance

Language: Go - Size: 12.7 KB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

LoicKonan/5143-OS-KONAN

Advance Operating Systems

Language: C++ - Size: 1.73 MB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

frhd143/LRU-Page-Replacement-Algorithm

This is an implementation of the Least Recently Used (LRU) page replacement algorithm.

Language: C - Size: 112 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 3 - Forks: 0

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.

Language: C - Size: 5.94 MB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

alewin/lru-replacement-algorithm

python script to simulate lru replacement algorithm, probably with bug.. but seems to be working

Language: Python - Size: 1000 Bytes - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 1 - Forks: 0

MJavaadAkhtar/OS_Virtual-Memory-Algorithm1.1

A simulation of the operations of page tables and page replacement.

Language: C - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

IamShubhamGupto/OS_Lab_UE18CS305 📦

Assignment files used for OS Lab UE18CS305

Language: C - Size: 2.4 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

ANIRUDH-VADERA/OS

Important OS Codes and Concepts(Sorted)

Language: C - Size: 11.7 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 2 - Forks: 3

iamrohitsuthar/SPOS

System Programming and Operating System Programs

Language: C - Size: 194 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 6 - Forks: 3

Gurubalan-GIT/LRU-Cache

Designing a LRU Cache.

Language: Python - Size: 25.4 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

pspanoudakis/OS-Memory-Page-Management

Simulator of a Memory Page Management System, focused on process Page Tables & Page Replacement algorithms.

Language: C++ - Size: 2.22 MB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ayush-agarwal-0502/LRU-Cache-Implementation

LRU (Least Recently Used ) Cache implementation using Doubly Linked List and Unordered Map

Language: C++ - Size: 26.4 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

realspal/cache-replacement-algorithm

Implementation of Cache Replacement Algorithm (FIFO and LRU) and calculation of corresponding Cache Hit Ratio.

Language: Java - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

vinayak-tripathi/CAO

This repository contain CAO algorithms implemented in C language.

Language: C - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

exbotanical/tenure

Manageable LRU in-memory cache instance for fast lookups and configurable eviction policies

Language: JavaScript - Size: 376 KB - Last synced: 4 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

SoniSiddharth/Cache_Replacement_Policies

Cache Replacement Policies in operating system from scratch

Language: C - Size: 155 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Mostafatalaat770/Paging-and-RAM-Replacement-Algorithms

Implementation of Optimal, FIFO, LRU, and Clock page replacement algorithms.

Language: C++ - Size: 452 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

houssam966/paging-algorithms

Applies various page replacement algorithms to a reference string and displays the number of page faults and where they occurred.

Language: Java - Size: 244 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 2 - Forks: 0

OmarHariry/Paging-and-Replacement

Replacement Policy implemented in linux. Assigned 5/12/2020, Due 12/12/2020

Language: C++ - Size: 220 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

antimattercorrade/Page_Replacement_Policies

Implementation of various page replacement policies including First in First out (FIFO), Least Recently Used (LRU), Approximate LRU and Random.

Language: C - Size: 836 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

adityatripathiiit/Caching-Policies

Implementation and comparison of various caching policies, on different type of workloads

Language: C - Size: 1.29 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 1

mtumilowicz/java12-fundamentals-cache-implementations-workshop

Simple implementations of LRU / LFU cache.

Language: Groovy - Size: 116 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

AhmedKhaledAK/memory-management

Implementing several Page Replacement algorithms used in Operating Systems.

Language: C++ - Size: 48.8 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

OnofreTZK/VirtualMemory

Repositório para o projeto final da disciplina de arquitetura de computadores: Simulador de memória virtual.

Language: Python - Size: 593 KB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

ac-alpha/LRU-Implementations

Different implementations of LRU Page Replacement algorithm and their results

Language: Jupyter Notebook - Size: 440 KB - Last synced: 12 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 1

Related Keywords
lru-replacement-algorithm 33 lru-cache 11 fifo-page-replacement 9 memory-management 7 fifo 6 operating-system 6 cache 5 lru 5 second-chance-replacement 5 optimal-page-replacement 5 least-recently-used 5 linux 4 fifo-cache 4 page-replacement-algorithm 4 operating-systems 4 memory 3 c 3 paging 3 page-replacement 3 clock 3 lru-eviction 3 lru-implementation 3 os 3 scheduling-algorithms 3 virtual-memory 3 algorithms 2 in-memory-caching 2 shortest-job-first 2 cache-replacement 2 round-robin 2 priority-scheduling 2 page-tables 2 doubly-linked-list 2 workload 2 paging-algorithms 2 optimal-replacement 2 looping-workload 2 clock-hand-page-replacement 2 fifo-queue 2 80-20-workload 2 kernel 2 linux-kernel 2 low-latency 2 network 2 replacement-policy 2 mru-cache 1 linked 1 indexd 1 firstcomefirstserve 1 first-fit-algorithm 1 file-allocation 1 spos 1 system-programming 1 disk-scheduling 1 best-fit-algorithm 1 parser-generator 1 parser 1 operatingsystem 1 macro-processor 1 lexical-analyzer 1 lexical-analysis 1 lexer 1 mru-page-replacement 1 premptive-priority-scheduler 1 sequential 1 worst-fit-algorithm 1 assembler 1 bankers-algorithm 1 lex 1 systemprogramming 1 page-faults 1 replacement 1 firstinfirstout 1 headerfile 1 linux-shell 1 makefile 1 optimal 1 cache-control 1 caching 1 lfu-cache 1 lfu-implementation 1 lfu-replacement-algorithm 1 workshop 1 cache-simulator 1 python3 1 random-replacement-algorithm 1 simulator 1 yacc-example 1 hashtable 1 data-structures 1 dsa 1 algorithm 1 booths-algorithm 1 carry-look-ahead-adder 1 computer-organisation-architechure 1 memory-cache 1 non-restoring-division 1 restoring-division 1 cache-policy 1 hashmap 1