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

Topic: "fifo-cache"

dpretet/async_fifo

A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog

Language: Verilog - Size: 1.01 MB - Last synced at: 4 days ago - Pushed at: 12 months ago - Stars: 325 - Forks: 83

vpetrigo/caches

C++ cache with LRU/LFU/FIFO policies implementation

Language: C++ - Size: 1.83 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 277 - Forks: 70

lonelyenvoy/python-memoization

A powerful caching library for Python, with TTL support and multiple algorithm options.

Language: Python - Size: 207 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 239 - Forks: 15

TwiN/gocache

High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction

Language: Go - Size: 1.17 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 40 - Forks: 5

jchristn/Caching

Simple FIFO and LRU cache in C#

Language: C# - Size: 5.24 MB - Last synced at: 14 days ago - Pushed at: 4 months ago - Stars: 32 - Forks: 6

guojiex/expire_cache

A dart FIFO auto expire cache. Should be used in flutter search.

Language: Dart - Size: 41 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 15 - Forks: 2

golang-plus/caching

Package caching providers a scalable cache component.

Language: Go - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 0

opensnip/cachejs

Fast and lightweight caching library for javascript

Language: JavaScript - Size: 22.5 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

ANIRUDH-VADERA/OS

Important OS Codes and Concepts(Sorted)

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

Harris-H/fast-cache

cache algorithm implemented based on go, supporting multiple algorithms such as GClock,FIFO,LFU, LRU, LRU-K, 2Q, etc.

Language: Go - Size: 1.05 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

TIOSAMBR/SimuladorSubstituicaoPaginas

SimuladorSubstituicaoPaginas "NRU", "FIFO", "FIFO-SC", "RELÓGIO", "WS-CLOCK"

Language: Java - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: over 1 year 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 at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Shubham-Shingate/serverless-cache

Caching system on Apache Openwhisk

Size: 71.3 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

powerpuffpenguin/gcache

golang cache interface and some algorithm implementation

Language: Go - Size: 50.8 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

RobertDurfee/FirstInFirstOutCache

A direct-mapped cache for variable-length arrays with first-in, first-out replacement and static allocation.

Language: C - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

sureshsundriyal/rcu-cache

A FIFO cache implementation in Python with lock-free reads.

Language: Python - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

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.

Language: TypeScript - Size: 53.7 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

H-Shen/Caches

A toy implementation of cache using FILO, FIFO, LRU and LFU policies in C++.

Language: C++ - Size: 304 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

zhibirc/ururu

No :bird: URURU, just LRU (and friends)

Language: TypeScript - Size: 167 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

belovetech/alx-backend

This repository contains core backend projects organised into folders by topic. These projects are completed using Python and Javascript programming languages.

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

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.

Language: Python - Size: 370 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Superchen17/http-caching-proxy

a http/https caching proxy

Language: C++ - Size: 36.1 KB - Last synced at: almost 2 years ago - Pushed at: over 2 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 at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

fresh-avocado/Cache

Implementación LRU y FIFO de un Cache con todas sus operaciones en O(1).

Language: C++ - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

LevWi/kernel_module_lesson

Language: C - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

phantie/bound-sized-hash-map

Dictionary restricted in growth, FIFO

Language: Python - Size: 8.79 KB - Last synced at: about 21 hours ago - Pushed at: over 4 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 at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Jimoh1993/ProjectCPP

Scheduling Algorithm Project Work with C++

Language: C++ - Size: 1.95 KB - Last synced at: 7 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0