python3-cachey

Caching mindful of computation/storage costs

Description

Humans repeat stuff. Caching helps.

Normal caching policies like LRU aren't well suited for analytic computations where both the cost of recomputation and the cost of storage routinely vary by one million or more.

Cachey tries to hold on to values that have the following characteristics

 1. Expensive to recompute (in seconds)
 2. Cheap to store (in bytes)
 3. Frequently used
 4. Recenty used

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://github.com/dask/cachey/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-cachey