A hash-based LRU cache that evicts entries based on memory usage rather than time or item count.
-
Updated
Aug 4, 2025 - TypeScript
A hash-based LRU cache that evicts entries based on memory usage rather than time or item count.
To associate your repository with the memoru topic, visit your repo's landing page and select "manage topics."