Skip to main content

Python decorators for store in-data memory using LRU cache

Project description

LRU Cache

PyPI - Status Downloads Build Status codecov

Package for tracking store in-data memory using replacement cache algorithm / LRU cache. The Priority of storing or removing the data based on Min-Max heap algorithm or basic priority queue instead using OrderedDict module that provided by Python.

Usage

LRUCache only works in Python version 3.5 and above, you can install it with :

pip3 install lruheap

Documentation

You can read the fully detailed explanation about LRUCache in here

Contribution

Since this package is still being under developed, any contributions are much welcomed and you can read on contribution page.

License

This package is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lruheap-1.0.2.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

lruheap-1.0.2-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page