94 results for “topic:ttl-cache”
An in-memory cache with item expiration and generics
🤑 wrap virtually everything that can store by key to act as cache with ttl/max-age, stale-while-validate, parallel fetch protection and type-safety support
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
A powerful caching library for Python, with TTL support and multiple algorithm options.
A caching solution for asyncio
Hierarchical timing Wheel For Go, Manage Millions of timers with O(1), Operations.
DNS 服务器,接收标准 DNS 查询请求,然后通过查询 http dns 获取结果返回给客户端。
一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache
Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby applications. Rails and Hanami (or any Rack) compatible.
Pure Python Caching Library providing Redis-inspired eviction APIs and Per-Item TTL's.
Helper Enum for handling cache TTLs in a simple, easy and friendly way
Typed LRU TTL cache for Node.js and browsers
In-memory cache supporting promise based workers and middleware hooks (distributed expiry and persistence provided)
Go map with TTLs.
Golang high performant functional Memoize
SQLite cache with LRU and TTL eviction
Time aware least recently used (TLRU) cache for Node
Simple in-memory cache for JavaScript
about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构
Simple in-memory key-value storage with TTL for each record.
Thread-safe map (cache) with various time to live of keys
A Time-aware Least Recently Used cache implementation in Go with configurable eviction policy
Makato is blazing fast key-value type in-memory database, with TTL callback.
Java implementation of TTL Cache
This app leverages Semantic Caching to minimize inference latency and reduce API costs by reusing semantically similar prompt responses.
⏰ A general-purpose, thread-safe hash map that supports TTL of the items. It is built upon https://github.com/tidwall/hashmap.c.git .
A better way to use storage (strong typing, namespacing, ttl, etc). 更便捷地访问本地存储,支持强类型读写、命名空间、过期策略等特性,同时支持在浏览器和小程序中运行。
In-memory key-value storage with file snapshots
一款简易的内存缓存实现,支持容量控制,TTL和数据落盘。
Package evcache implements a concurrent key-value cache with capacity overflow eviction, item expiry and deduplication.