mfu
There are 7 repositories under mfu topic.
jamiealquiza/bicache
A hybrid MFU / MRU, TTL, sharded cache for Go (aka LFU / LRU)
RobinKa/discrete-flow-matching-pytorch
Discrete Flow Matching implemented in PyTorch
bhataparnak/page-fault-algorithms
C++ program that implements the FIFO, Optimal, MFU, and LRU page-replacement algorithms. Given a page-reference string, where page numbers range from 0 to 9, apply the page-reference string to each algorithm, and output the number of page faults incurred by each algorithm.
yxu1183/Page-Faults
Program that implements the FIFO, Optimal, MFU, and LRU page-replacement algorithms.
sid230798/Basic_Modules_Operating_Systems
This Repo contains basic modules like Use of Kernel level Libraries, Random Number generation, Heap Memory Module implementation via best-fit,first-fit,Buddy Systems,Virtual Memory Mechanisms FIFO,LFU,MFU, Process deadlock Mechanism Detection
JelsonRodrigues/cache_simulator_java
Trabalho da cadeira de Arquitetura e Organização de Computadores II, implementação de um simulador de cache
merelabs/mere-cache
A cache library for the mere system to be used in various apps and libs.