fifo-cache
There are 28 repositories under fifo-cache topic.
vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
dpretet/async_fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
TwiN/gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
jchristn/Caching
Simple FIFO and LRU cache in C#
zedtran/VirtualMemoryManagementSim
A C-Program that simulates Virtual Memory Management based on a text file input of logical addresses which represents sequential instructions with address range 0 thru 2^16 - 1. See the Project Report for more details regarding usage.
guojiex/expire_cache
A dart FIFO auto expire cache. Should be used in flutter search.
golang-plus/caching
Package caching providers a scalable cache component.
opensnip/cachejs
Fast and lightweight caching library for javascript
ANIRUDH-VADERA/OS
Important OS Codes and Concepts(Sorted)
SlamChillz/alx-backend
This repository documents core backend projects focusing on specific topics titled by folder names. These projects are tackled using python and javascript programming language.
powerpuffpenguin/gcache
golang cache interface and some algorithm implementation
realspal/cache-replacement-algorithm
Implementation of Cache Replacement Algorithm (FIFO and LRU) and calculation of corresponding Cache Hit Ratio.
RobertDurfee/FirstInFirstOutCache
A direct-mapped cache for variable-length arrays with first-in, first-out replacement and static allocation.
Shubham-Shingate/serverless-cache
Caching system on Apache Openwhisk
SoniSiddharth/Cache_Replacement_Policies
Cache Replacement Policies in operating system from scratch
sureshsundriyal/rcu-cache
A FIFO cache implementation in Python with lock-free reads.
TIOSAMBR/SimuladorSubstituicaoPaginas
SimuladorSubstituicaoPaginas "NRU", "FIFO", "FIFO-SC", "RELÓGIO", "WS-CLOCK"
chandrakanthrck/CacheEvictor
Implementation of cache eviction policies including Least Recently Used (LRU), Least Frequently Used (LFU), and First-In-First-Out (FIFO) algorithms. This project demonstrates efficient cache management techniques to optimize data retrieval and memory usage.
H-Shen/Caches
A toy implementation of cache using FILO, FIFO, LRU and LFU policies in C++.
phantie/bound-sized-hash-map
Dictionary restricted in growth, FIFO
zhibirc/ururu
No :bird: URURU, just LRU (and friends)
adityatripathiiit/Caching-Policies
Implementation and comparison of various caching policies, on different type of workloads
belovetech/alx-backend
This repository contains core backend projects organised into folders by topic. These projects are completed using Python and Javascript programming languages.
fresh-avocado/Cache
Implementación LRU y FIFO de un Cache con todas sus operaciones en O(1).
Jimoh1993/ProjectCPP
Scheduling Algorithm Project Work with C++