Ttl_memoizeable Alternatives
Similar projects and alternatives to ttl_memoizeable
-
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.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
ttl_memoizeable discussion
ttl_memoizeable reviews and mentions
-
Show HN: I built a Ruby gem that handles memoization with a ttl
See https://github.com/huntresslabs/ttl_memoizeable for an alternative implementation.
For those who don’t understand why you might want something like this: if you’re doing high enough throughput where eventual consistency is effectively the same as atomic consistency and IO hurts (i.e. redis calls) you may want to cache in memory with something like this.
My implementation above was born out of the need to adjust global state on-the-fly in a system processing hundreds of thousands of requests per second.
Stats
huntresslabs/ttl_memoizeable is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of ttl_memoizeable is Ruby.