Projects / Python LRU cache module

Python LRU cache module

This package provides a simple but efficient least-recently-used (LRU) cache module. The LRUCache class provides a container interface with prioritized caching. The implementation uses a heap and a dictionary to provide quick inserts, deletes, and references.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  10 Nov 2004 13:59

No changes have been submitted for this release.

Screenshot

Project Spotlight

Embedded GLIBC

A variant of the GNU C Library designed to work well on embedded systems.

Screenshot

Project Spotlight

CUPS

A standards-based printing system for Unix-like operating systems.