Welcome to the lruheap documentation! This package provides an in-memory LRU (Least Recently Used) cache implementation backed by a min-heap priority queue, along with decorator-based caching for Python functions.
Welcome to the lruheap documentation! This package provides an in-memory LRU (Least Recently Used) cache implementation backed by a min-heap priority queue, along with decorator-based caching for Python functions.