fifo-cache
There are 36 repositories under fifo-cache topic.
dpretet/async_fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
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.
AsterExcrisys/evicting_cache
A Java-based library that implements multiple cache eviction strategies, including LRU, LFU, MRU, MFU, FIFO, and LIFO. Perfect for experimenting with in-memory caching behavior using fixed or variable-capacity caches.
Harris-H/fast-cache
cache algorithm implemented based on go, supporting multiple algorithms such as GClock,FIFO,LFU, LRU, LRU-K, 2Q, etc.
Kshitij-M/sqs-orchestrator
Library for asynchronous communication using Amazon SQS. Enables easy building of message producers that expect responses, as well as consumers that send responses.
Mzyhh/cache
Implementation of different cache algorithms in c++.
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.
jahnabiroy/COL216
Personal repository for COL216 assignments - pardon mistakes!
ori88c/auto-fetch-fifo-ttl-cache
An in-memory FIFO cache with fixed TTL for Node.js, designed to streamline the common get-or-fetch pattern by automating value retrieval. It uses an internal keyed lock to coalesce concurrent fetches for the same key, reducing redundant network calls and eliminating synchronization overhead for developers.
ori88c/fifo-ttl-cache
An efficient in-memory FIFO cache with a fixed TTL for Node.js projects, designed to automatically remove outdated records. Unlike widely used LRU caches, FIFO caches do not prioritize retaining popular keys for extended durations. This simplified approach reduces overhead and typically delivers faster response times.
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.
feliposz/tiny-web-proxy-c
A simple concurrent caching Web Proxy implementation
fresh-avocado/Cache
Implementación LRU y FIFO de un Cache con todas sus operaciones en O(1).
gozephyr/gencache
🔐 Generic caching library for Go | Extensible storage backends | Multiple eviction policies | Memory tracking | TTL support
Jimoh1993/ProjectCPP
Scheduling Algorithm Project Work with C++