GitHub / mishalzaman / memo_ttl
MemoTTL is a thread-safe memoization utility for Ruby that supports TTL (Time-To-Live) and LRU (Least Recently Used) eviction. It's designed for scenarios where memoized values should expire after a period and memory usage must be constrained.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mishalzaman%2Fmemo_ttl
PURL: pkg:github/mishalzaman/memo_ttl
Stars: 32
Forks: 0
Open issues: 0
License: mit
Language: Ruby
Size: 49.8 KB
Dependencies parsed at: Pending
Created at: 3 months ago
Updated at: 3 months ago
Pushed at: 3 months ago
Last synced at: 1 day ago
Topics: gem, lru, memoize, ruby, ttl