cachey 0.2.1-3 source package in Ubuntu

Changelog

cachey (0.2.1-3) unstable; urgency=medium

  * Source-only upload for migration to testing.

 -- Roland Mas <email address hidden>  Tue, 15 Aug 2023 14:47:54 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cachey_0.2.1-3.dsc 2.0 KiB 8acb5b7c4f814efe966bfa990ed8088244aae850a080a5191d440c76b5f2f274
cachey_0.2.1.orig.tar.gz 6.3 KiB 0310ba8afe52729fa7626325c8d8356a8421c434bf887ac851e58dcf7cf056a6
cachey_0.2.1-3.debian.tar.xz 2.3 KiB fd0f9356e8f3d061265135a08b9b24a87bdb91b7ded01dfbdf9c637203fd953b

Available diffs

No changes file available.

Binary packages built by this source

python3-cachey: Caching mindful of computation/storage costs

 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