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

PHP based Datagrid

A fully-functional PHP Datagrid in just seven lines of code.

Screenshot

Project Spotlight

NCurses Disk Usage

An Ncurses version of 'du'.