libcache-mmap-perl 0.11-3build9 source package in Ubuntu

Changelog

libcache-mmap-perl (0.11-3build9) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:41:47 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Downloads

File Size SHA-256 Checksum
libcache-mmap-perl_0.11.orig.tar.gz 21.0 KiB 2c9db069fff990c0765e600ca968114895f7e05aa661a18e59e94b3cd841abaa
libcache-mmap-perl_0.11-3build9.debian.tar.xz 4.1 KiB 2fa586d7582c4f3af0942ca9e78bbbb6daaa737b76acf8cd72646c1a39e28698
libcache-mmap-perl_0.11-3build9.dsc 2.2 KiB 1b8aac8c3cadc7a6b90719ac42d98a4e70d7dbaa1b8dbed1ece9dad02eaf1eee

Available diffs

View changes file

Binary packages built by this source

libcache-mmap-perl: module to provide a shared data cache using memory mapped files

 Cache::Mmap implements a shared data cache, using memory mapped files.
 If routines are provided which interact with the underlying data, access to
 the cache is completely transparent, and the module handles all the details of
 refreshing cache contents, and updating underlying data, if necessary.
 .
 Cache entries are assigned to "buckets" within the cache file, depending on
 the key. Within each bucket, entries are stored approximately in order of last
 access, so that frequently accessed entries will move to the head of the
 bucket, thus decreasing access time. Concurrent accesses to the same bucket are
 prevented by file locking of the relevant section of the cache file.

libcache-mmap-perl-dbgsym: No summary available for libcache-mmap-perl-dbgsym in ubuntu kinetic.

No description available for libcache-mmap-perl-dbgsym in ubuntu kinetic.