Projects in Awesome Lists tagged with fifo-cache
A curated list of projects in awesome lists tagged with fifo-cache .
https://github.com/vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
c-plus-plus cache cpp cpp11 fifo fifo-cache header-only lfu lfu-cache lru lru-cache
Last synced: 14 Feb 2026
https://github.com/dpretet/async_fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
asic asic-design async cdc cross-clock-domain fifo fifo-cache fifo-queue fpga hdl icarus-verilog synthesis verification verilator verilog verilog-hdl
Last synced: 12 Jan 2026
https://github.com/lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
algorithm cache cache-python decorator extendable extensible fifo fifo-cache functional-programming lfu lfu-cache lru lru-cache memoization memoization-library memoize-decorator python-memoization ttl ttl-cache ttl-support
Last synced: 21 Oct 2025
https://github.com/twin/gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
cache caching expiration expire fifo fifo-cache go go-cache golang in-memory inmemory inmemory-cache key-value kvstore lru lru-cache memory-usage memory-usage-based-eviction ttl
Last synced: 15 Dec 2025
https://github.com/jchristn/caching
Simple FIFO and LRU cache in C#
cache caching fifo fifo-cache lru lru-cache nuget
Last synced: 16 Jul 2025
https://github.com/guojiex/expire_cache
A dart FIFO auto expire cache. Should be used in flutter search.
cache dart fifo-cache flutter mutex searchdelegate
Last synced: 23 Oct 2025
https://github.com/harris-h/fast-cache
cache algorithm implemented based on go, supporting multiple algorithms such as GClock,FIFO,LFU, LRU, LRU-K, 2Q, etc.
2q-cache clock fifo-cache go lfu-cache lru lru-cache lru-k
Last synced: 24 Feb 2025
https://github.com/powerpuffpenguin/gcache
golang cache interface and some algorithm implementation
2q-cache cache fifo fifo-cache golang lfu lfu-cache lru lru-cache lru-k lru-k-cache lruk lruk-cache
Last synced: 07 Jul 2025
https://github.com/tiosambr/simuladorsubstituicaopaginas
SimuladorSubstituicaoPaginas "NRU", "FIFO", "FIFO-SC", "RELÓGIO", "WS-CLOCK"
clock fifo fifo-cache nru pagina simulador
Last synced: 27 Jul 2025
https://github.com/sureshsundriyal/rcu-cache
A FIFO cache implementation in Python with lock-free reads.
cache data-structures fifo-cache lock-free-reads python rcu rcu-cache
Last synced: 23 Mar 2025
https://github.com/gozephyr/gencache
🔐 Generic caching library for Go | Extensible storage backends | Multiple eviction policies | Memory tracking | TTL support
cache eviction-cache eviction-policy fifo-cache file-caching go golang in-memory in-memory-caching lfu-cache lru-cache metrics
Last synced: 28 Apr 2026
https://github.com/belovetech/alx-backend
This repository contains core backend projects organised into folders by topic. These projects are completed using Python and Javascript programming languages.
backend caching fifo-cache i18n lifo lru-cache mru-cache pagination queuing-system sorting
Last synced: 24 Feb 2025
https://github.com/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.
es2020 fifo-cache fifo-ttl-cache first-in-first-out fixed-ttl in-memory js-map key-freshness node-js nodejs short-term-key-popularity time-to-live ts ttl ttl-cache typescript
Last synced: 05 Feb 2026
https://github.com/phantie/bound-sized-hash-map
Dictionary restricted in growth, FIFO
fifo-cache hashmap python size-restricted
Last synced: 28 Mar 2025
https://github.com/zhibirc/ururu
No :bird: URURU, just LRU (and friends)
cache caching fifo-cache lru-cache optimization optimization-algorithms performance random-replacement-algorithm replacement-policy slru-cache ttl-cache
Last synced: 13 Oct 2025
https://github.com/parminderpaul/lru-cache
This repository contains an object-oriented implementation of an LRU Cache in multiple programming languages. It demonstrates efficient `get` and `put` operations using a hashmap and doubly-linked-list structure. 🐙💻
arc asyncio cache caching cpp data-structures fifo-cache go header-only in-memory lfu lfu-cache lru lru-cache python server strapi volatile
Last synced: 14 Apr 2026