There are 4 repositories under lru-cache topic.
A fast cache that automatically deletes the least recently used items
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
Speedier server-side rendering with component caching in React 16
:electric_plug: A cache middleware for https://strapi.io
🦄【轻量级本地内存缓存】🤏代码少于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.
:dizzy: A feature complete LRU cache implementation in C++
A powerful caching library for Python, with TTL support and multiple algorithm options.
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.
This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.
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:
A lighting fast cache manager for node with least-recently-used policy.
A caching solution for asyncio
Expirable Go LRC\LRU cache without goroutines
Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.
LRU, type-safe, thread-safe memory cache class in Swift
Open version of common golang libraries useful to many projects.
A thread-safe, expiration-aware, LRU cache for Zig
A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.
A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:
A C++11 simulator for a variety of CDN caching policies.
Using Belady's algorithm for improved cache replacement
A TypeScript library providing a customizable cache decorator for methods. This library allows you to easily cache method results with configurable caching mechanisms.
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction