libcache-fastmmap-perl 1.46-1build2 source package in Ubuntu

Changelog

libcache-fastmmap-perl (1.46-1build2) bionic; urgency=medium

  * No-change rebuild against perlapi-5.26.1

 -- Steve Langasek <email address hidden>  Thu, 02 Nov 2017 05:45:37 +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-fastmmap-perl_1.46.orig.tar.gz 50.6 KiB 28e9ae034ad37f36a3a644266c9b5993385ca9c9a14fb0a058288dbd289fc100
libcache-fastmmap-perl_1.46-1build2.debian.tar.xz 4.0 KiB 2f9611e961fdf4627c6bd63898a2e4bb50ee6fc214d0c410626d947f12ed1fa9
libcache-fastmmap-perl_1.46-1build2.dsc 2.3 KiB 96bedf83640120019d43479c53f12e917cd983defefd5dd8cc53e106d9b6f3ff

Available diffs

View changes file

Binary packages built by this source

libcache-fastmmap-perl: Perl module providing a mmap'ed cache

 Cache::FastMmap uses the mmap system call to establish an interprocess shared
 memory cache. Its core code is written in C, which can provide significant
 performance compared to a Pure Perl implementation such as Cache::Mmap. It can
 handle rather large pages without the socket connection and latency of using
 full-fledged databases where long-term persistence is unnecessary.
 .
 Since the algorithm uses a dual-level hashing system (a hash is used to find
 a page, then another hash within each page to find a given slot), most get
 calls can execute in constant O(1) time. The system uses fcntl to handle
 concurrent access, but only locks individual pages to reduce contention. The
 oldest (least recently used) data is evicted from the cache first, making
 this cache implementation most suitable for cases when old data is unlikely
 to be searched.

libcache-fastmmap-perl-dbgsym: No summary available for libcache-fastmmap-perl-dbgsym in ubuntu cosmic.

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