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

GitHub topics: lru-cache

kingwingfly/rom-cache

A rust crate to cache ROM in RAM like CPU caches RAM.

Language: Rust - Size: 83 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

zennyMe17/HybridCacheSystem

HybridCacheSystem is a modern C++ framework for building high-performance, multi-layered cache systems. It supports both LRU and LFU caching strategies, allows combining them for hybrid setups, and provides a unified interface for cache management and customization.

Language: C++ - Size: 13.7 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

mellivorandy/cache-miss-analyzer

A cache simulator with LRU policy. Designed to help students build a better understanding of cache mechanisms.

Language: Rust - Size: 531 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

isaacs/node-lru-cache

A fast cache that automatically deletes the least recently used items

Language: TypeScript - Size: 1.76 MB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 5,599 - Forks: 359

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. 🐙💻

Language: Java - Size: 66.4 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

myrotvorets/lru-cache

TypeScript implementation of LRU Cache

Language: TypeScript - Size: 920 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

aio-libs/async-lru

Simple LRU cache for asyncio

Language: Python - Size: 466 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 826 - Forks: 61

Borislavv/advanced-cache

Cache as a service. Middleware for traefik, k8s probe, LRU eviction algo, prometheus metrics, keys refresh, dump on the disk...

Language: Go - Size: 41.1 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

ankurbhambri/DS-Algo

Data Structure and Algorithm

Language: Python - Size: 828 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2 - Forks: 0

jchristn/Caching

Simple FIFO and LRU cache in C#

Language: C# - Size: 5.24 MB - Last synced at: about 19 hours ago - Pushed at: 6 months ago - Stars: 33 - Forks: 6

orca-zhang/ecache

🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecache, gcache, gocache, groupcache, lrucache.

Language: Go - Size: 949 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 258 - Forks: 28

ishu9bansal/ideone

useful pieces of codes

Language: C++ - Size: 987 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 1

ljubogdan/NASP-NoSQL-Engine

A console-based Key-Value store engine built for the Advanced Algorithms and Data Structures course. Implements efficient data structures like Memtable, SSTable, and LRU Cache, with durability ensured by a Write-Ahead Log (WAL). Features include Bloom Filters, prefix/range scans, and external configuration support.

Language: Go - Size: 310 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

Anirudh-N-15/Multithreaded-Proxy-Server

A multithreaded forward proxy webserver with LRU caching, written in C.

Language: C - Size: 0 Bytes - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

cnoelle/lru-cache-idb

A least-recently-used (LRU) cache for web applications, based on IndexedDB

Language: TypeScript - Size: 126 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 7 - Forks: 0

patrixr/strapi-middleware-cache 📦

:electric_plug: A cache middleware for https://strapi.io

Language: JavaScript - Size: 4.75 MB - Last synced at: 9 days ago - Pushed at: almost 2 years ago - Stars: 289 - Forks: 27

Tim7775/luau-caching-and-memoization

Luau cache structures and function memoization

Language: Luau - Size: 67.4 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

Guiorgy/cpp-lru-cache Fork of lamerman/cpp-lru-cache

LRU cache for C++ 17 based on hashmap and linkedlist

Language: CMake - Size: 409 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

zac-perry/ZCached

💾⚡ Key/Value caching server utilizing TTL and LRU (WIP for now)

Language: Go - Size: 42 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

Dan-Q/lru-cache

Demonstrative implementations of an LRU cache in several different programming languages.

Language: Java - Size: 69.3 KB - Last synced at: 4 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

Suraj-Sedai/FakeNewsDetector

A real-time news analysis system built from scratch using Python and FastAPI. It summarizes news articles using the T5 model and detects fake or real news using a fine-tuned BERT classifier. The system is powered by core data structures like Queue, Stack, HashMap, and a custom LRU Cache for performance and reliability.

Language: Python - Size: 6.22 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

iamsinghrajat/async-cache

A caching solution for asyncio

Language: Python - Size: 67.4 KB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 100 - Forks: 25

greg7mdp/gtl

Greg's Template Library of useful classes.

Language: C++ - Size: 2.43 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 198 - Forks: 11

gozephyr/gencache

🔐 Generic caching library for Go | Extensible storage backends | Multiple eviction policies | Memory tracking | TTL support

Language: Go - Size: 77.1 KB - Last synced at: 14 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

erkobridee/ts-lru-cache-ttl-impl

Least Recently Used (LRU) cache with Time-to-Live (TTL) support implemented in TypeScript

Language: TypeScript - Size: 355 KB - Last synced at: 24 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

0xLeif/Cache

📦 A simple, lightweight caching library for Swift.

Language: Swift - Size: 55.7 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 6 - Forks: 0

notAI-tech/LiteIndex

ultra fast, thread and process safe, easily queryable Indexes/ caches for Python.

Language: Python - Size: 1.36 MB - Last synced at: 24 days ago - Pushed at: 7 months ago - Stars: 7 - Forks: 0

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.18 MB - Last synced at: 25 days ago - Pushed at: 29 days ago - Stars: 42 - Forks: 5

solkin/disk-lru-cache

💾 Disk LRU cache with persisted journal

Size: 436 KB - Last synced at: 17 days ago - Pushed at: 29 days ago - Stars: 26 - Forks: 11

lonelyenvoy/python-memoization

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

Language: Python - Size: 207 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 239 - Forks: 15

wenzhang-dev/bitcaskDB

Light-weight, fast, fixed capacity key/value storage engine base on bitcask storage model

Language: Go - Size: 241 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 26 - Forks: 7

EchoVault/SugarDB

Embeddable and distributed in-memory alternative to Redis.

Language: Go - Size: 13.9 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 487 - Forks: 39

Diegochs60/elara

A simple tool to anonymize LLM prompts.

Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

nitaiaharoni1/vector-storage

Vector Storage is a vector database that enables semantic similarity searches on text documents in the browser's local storage. It uses OpenAI embeddings to convert documents into vectors and allows searching for similar documents based on cosine similarity.

Language: TypeScript - Size: 175 KB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 226 - Forks: 38

HarshAggarwal1/LRUCacheWithTTL

A thread-safe Java LRU Cache with TTL-based expiration and built-in metrics tracking (hits, misses, evictions). Designed for efficient in-memory caching in concurrent environments.

Language: Java - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

kayceenuel/go_concurrency

Put synchronization primitives into action by building a thread-safe cache.

Language: Go - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ikod/cachetools

python cachetools for dlang

Language: D - Size: 2.24 MB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 29 - Forks: 8

charlievieth/reonce

Lazily compiled Go regexes

Language: Go - Size: 79.1 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

mailgun/holster

A place to keep useful golang functions and small libraries

Language: Go - Size: 24.6 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 292 - Forks: 34

vpetrigo/caches

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

Language: C++ - Size: 1.89 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 361 - Forks: 78

tickbh/algorithm-rs

about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构

Language: Rust - Size: 223 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 9 - Forks: 0

opencoff/go-sieve

SIEVE cache - simpler than LRU

Language: Go - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 36 - Forks: 3

cadenza-tech/sin_lru_redux Fork of SamSaffron/lru_redux

Efficient and thread-safe LRU cache.

Language: Ruby - Size: 161 KB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

HengXin666/HXLibs

C++20协程和基于io_uringの百万并发服务器; 可异步读写, 支持Transfer-Encoding分块编码传输文件, 支持断点续传; 基于压缩前缀树编写的路由, 支持通配符解析;+ http/https/websocket、socks5代理、Json解析、Json静态反射到结构体(可以无宏反射到聚合类), 封装了线程安全的LFUCache和LRUCache, 静态枚举映射, 支持STL容器的print/toString等

Language: C++ - Size: 1.45 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 0

codeation/lru

Go asynchronous LRU cache

Language: Go - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

algoamigoo/NapTab

Auto-suspend inactive Chrome tabs to reduce RAM usage. Powered by C++ & WebAssembly for high performance.

Language: JavaScript - Size: 89.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

lukeed/tmp-cache

A least-recently-used cache in 35 lines of code~!

Language: JavaScript - Size: 17.6 KB - Last synced at: 22 days ago - Pushed at: almost 5 years ago - Stars: 178 - Forks: 8

Bytez-com/cache.js

Cache rules everything around me

Language: TypeScript - Size: 1.83 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

obrhoff/SwimplyCache

LRU Cache written in Swift.

Language: Swift - Size: 17.6 KB - Last synced at: 26 days ago - Pushed at: over 4 years ago - Stars: 21 - Forks: 0

wellwelwel/lru.min

🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).

Language: TypeScript - Size: 160 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 37 - Forks: 2

lamerman/cpp-lru-cache

Simple and reliable LRU cache for c++ based on hashmap and linkedlist

Language: C++ - Size: 238 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 379 - Forks: 110

gireeshbharmshetty/java-lru-cache

A simple LRU (Least Recently Used) Cache implementation in Java using HashMap and Doubly Linked List.

Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

karlseguin/cache.zig

A thread-safe, expiration-aware, LRU cache for Zig

Language: Zig - Size: 89.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 59 - Forks: 4

Shishir-grez/ProxyServer

Proxy Server written in C , supports multithreading , logging and LRU caching. Custom Data Structure ( Combination of Hash Map + Queue ) for O(1) insertion, retrieval, deletion and updation of Cache.

Language: C - Size: 356 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

LeandroCesarr/chrono-cache

The modular caching solution for modern applications.

Language: TypeScript - Size: 371 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

acoBOYZ/rusty-jwt

🦀 Rusty JWT is a Rust-based JWT implementation for Node.js, providing efficient signing and verification with optional LRU caching.

Language: TypeScript - Size: 42 KB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

kittinunf/Fuse

The simple generic LRU memory/disk cache for Android written in Kotlin

Language: Kotlin - Size: 5.44 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 286 - Forks: 28

go-pkgz/expirable-cache

Expirable Go LRC\LRU cache without goroutines

Language: Go - Size: 32.2 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 85 - Forks: 10

vasayxtx/go-lrutree

LRU Tree Cache

Language: Go - Size: 83 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

dasebe/webcachesim

A C++11 simulator for a variety of CDN caching policies.

Language: C++ - Size: 24.5 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 51 - Forks: 58

iwanbk/bcache

Eventually consistent distributed in-memory cache Go library

Language: Go - Size: 35.2 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 159 - Forks: 20

alxkm/cache

Simple cache implementation on java

Language: Java - Size: 85.9 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 3

kavin81/cachier

High-performance minimalist multi-level caching library for Go.

Language: Go - Size: 343 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rookLab/react-component-caching

Speedier server-side rendering with component caching in React 16

Language: JavaScript - Size: 476 KB - Last synced at: 2 days ago - Pushed at: over 6 years ago - Stars: 389 - Forks: 26

maxim2266/cache

Another generic cache for Go.

Language: Go - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

saurabh0719/elara

Elara DB is an easy to use, lightweight persistent key-value store that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. :dart:

Language: Python - Size: 424 KB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 122 - Forks: 8

musaddiktemkar/async-lru-cache

AsyncLRUCache is a asynchronous caching library with support for Least Recently Used (LRU) eviction policies, dynamic resizing, and iterator functionality.

Language: TypeScript - Size: 95.7 KB - Last synced at: 27 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

sleepwalkerfx/QuantumCache

QuantumCache is a high-performance thread safe Least Recently Used (LRU) cache implementation in Swift that supports complex data types.

Language: Swift - Size: 28.3 KB - Last synced at: 18 days ago - Pushed at: 10 months ago - Stars: 4 - Forks: 0

vmihailenco/go-cache-benchmark

Cache benchmark for Golang

Language: Go - Size: 96.7 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 72 - Forks: 14

GurSych/CppFunctionDecorators

Decorator Library is my C++ library for creating function decorators with several ready-to-use decorators

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

hyerania/Belady-Cache-Replacement

Using Belady's algorithm for improved cache replacement

Language: C++ - Size: 2.8 MB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 47 - Forks: 7

yysskk/MemoryCache 📦

LRU, type-safe, thread-safe memory cache class in Swift

Language: Swift - Size: 7.41 MB - Last synced at: 24 days ago - Pushed at: about 4 years ago - Stars: 78 - Forks: 5

goldsborough/lru-cache

:dizzy: A feature complete LRU cache implementation in C++

Language: C++ - Size: 13.7 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 249 - Forks: 29

anuj-rai-23/Adaptive-Replacement-Cache-ARC-Algorithm

A project for Advanced Operating System(CS604) that implements ARC cache replacement policy.

Language: C++ - Size: 716 KB - Last synced at: 18 days ago - Pushed at: almost 5 years ago - Stars: 15 - Forks: 5

ydylla/fcache

fcache is a file based persistent blob cache.

Language: Go - Size: 105 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

FishGoddess/cachego

一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache

Language: Go - Size: 502 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 32 - Forks: 4

al8n/caches-rs

This is a Rust implementation for popular caches (support no_std).

Language: Rust - Size: 322 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 109 - Forks: 16

Tans5/tLruCache

A Disk & Memory LRU Cache Library for JVM/Android Inspired by Glide's implementation.

Language: Kotlin - Size: 145 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

breid48/cacheing

Pure Python Caching Library providing Redis-inspired eviction APIs and Per-Item TTL's.

Language: Python - Size: 214 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 26 - Forks: 0

dusanov/a-cache-machine

exercise in java key value caching

Language: Dockerfile - Size: 52.7 KB - Last synced at: 25 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

jkelin/cache-sqlite-lru-ttl

SQLite cache with LRU and TTL eviction

Language: TypeScript - Size: 36.1 KB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 1

HengXin666/HXCache

提供最低C++11即可使用的线程安全的LRU、LFU,只需要单头文件; 只依赖于STL, 支持原地构造和透明查找. | Providing thread-safe LRU, LFU with the lowest C++11 usage, only requires a single header file; depends only on STL, supports in-place construction and transparent lookup.

Language: C++ - Size: 17.6 KB - Last synced at: 23 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

yashagarwal0812/ProxyServer

A multi-threaded HTTP proxy server implementation in C++ with caching capabilities. This proxy server acts as an intermediary between clients and web servers, handling HTTP GET requests while providing caching functionality to improve response times.

Language: C - Size: 89.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Zekfad/lru_cache

LRU (Least recently used) cache with additional weak map layer.

Language: Dart - Size: 40 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

NoNameProvided/dscache

Dead simple LRU style in-memory key-value cache with eager key eviction.

Language: TypeScript - Size: 12.7 KB - Last synced at: 5 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

francescorivola/rabbit-lru-cache

A lib to invalidate lru cache keys in distributed systems powered by rabbitmq.

Language: TypeScript - Size: 1.78 MB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 1

LesiaUKR/goit-algo2-hw-07

Master's | Design & Analysis of Algorithms | Cache Management Algorithms

Language: Python - Size: 93.8 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

shellkah/goutte

Thread-safe and type-safe cache implemented in Go. It provides fast point queries (Hashmap), precise TTLs (Heap-based) and auto eviction when the cache exceeds its capacity (LRU).

Language: Go - Size: 19.5 KB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

fdhhhdjd/Web-Online-School-Libary-Book

NodeJs,ReactJs,Redux,Aws,Postgresql,Docker,Redis,Nginx,Swagger,Telegram,... 📦

Language: JavaScript - Size: 5.81 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 26 - Forks: 11

propensive/camouflage

Caching data structures for Scala

Language: Scala - Size: 751 KB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

eshan-sud/cache-simulator

A simple LRU-based Cache Simulator

Language: C++ - Size: 15.6 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

dasebe/optimalwebcaching

Derive the optimal cache hit ratio for Internet request traces with variable object sizes.

Language: C++ - Size: 801 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 41 - Forks: 8

ervin-sungkono/MLBB-API

An API that serves data from MLBB Wiki

Language: JavaScript - Size: 399 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

Gyakobo/LRU-Cache

This is a simple project utilizing and showcasing how an LRU Cache operates

Language: Python - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

leohowell/redis-lru

LRU cache for Python. Use Redis as backend. Provides a dictionary-like object as well as a method decorator. pip install redis-lru

Language: Python - Size: 23.4 KB - Last synced at: 23 days ago - Pushed at: almost 3 years ago - Stars: 43 - Forks: 13

Sagor0078/lru-cache-golang-api-design

This repository implements a Least Recently Used (LRU) Cache as a REST API using Go (Golang). The API allows clients to interact with the cache by performing operations such as adding, retrieving, and evicting cache entries.

Language: Go - Size: 6.31 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pnguyen215/cachify

cachify is a lightweight, high-performance, thread-safe Least Recently Used (LRU) cache library for Go. It is designed for in-memory caching with optional support for expiration, eviction callbacks, and dynamic capacity adjustment.

Language: Go - Size: 18.6 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

alexcambose/custom-cache-decorator

A TypeScript library providing a customizable cache decorator for methods. This library allows you to easily cache method results with configurable caching mechanisms.

Language: TypeScript - Size: 483 KB - Last synced at: 27 days ago - Pushed at: about 1 year ago - Stars: 40 - Forks: 0

hua1995116/LRU-node-addon

A native module for Node supporting LRU (least-recently-used).

Language: C++ - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 5

Zaczero/lrucache-rs

Fast dict-like LRUCache in Rust for Python

Language: Python - Size: 34.2 KB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0