libcache-fastmmap-perl 1.43-1build1 source package in Ubuntu

Changelog

libcache-fastmmap-perl (1.43-1build1) xenial; urgency=medium

  * Rebuild for Perl 5.22.1.

 -- Colin Watson <email address hidden>  Thu, 17 Dec 2015 15:16:25 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Downloads

File Size SHA-256 Checksum
libcache-fastmmap-perl_1.43.orig.tar.gz 47.6 KiB 71836096c8ed19ceecbac227a8ed639ac79ac6581c22fe22f23e1e13e10261a2
libcache-fastmmap-perl_1.43-1build1.debian.tar.xz 3.6 KiB 6698eff7be85d4ff710002940f8fa4bfcbe112b0688b418a1c6f4ec68bfa38f1
libcache-fastmmap-perl_1.43-1build1.dsc 2.3 KiB 5c19c3befb50e8a54df0a1b62be6110098df3b5b7f01c9a5ea6de447beaa6646

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

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