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

Changelog

libcache-mmap-perl (0.11-3build5) bionic; urgency=medium

  * No-change rebuild against perlapi-5.26.1

 -- Steve Langasek <email address hidden>  Thu, 02 Nov 2017 05:46:02 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic 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-3build5.debian.tar.xz 3.9 KiB 48c3f07cb2a3356b70c74e006cf28871d2c66f55fbbee1799083e862180619f5
libcache-mmap-perl_0.11-3build5.dsc 2.2 KiB 1ed7115ef5a7bd98d8c94e6aa32df962d509cfe4c78fa785d276cefbf5342a30

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 cosmic.

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