Package: libcache-fastmmap-perl (1.47-1 and others)
Links for libcache-fastmmap-perl
Debian Resources:
Download Source Package libcache-fastmmap-perl:
- [libcache-fastmmap-perl_1.47-1.dsc]
- [libcache-fastmmap-perl_1.47.orig.tar.gz]
- [libcache-fastmmap-perl_1.47-1.debian.tar.xz]
Maintainers:
- Debian Perl Group (QA Page, Mail Archive)
- gregor herrmann (QA Page)
- Ansgar Burchardt (QA Page)
- Harlan Lieberman-Berg (QA Page)
External Resources:
- Homepage [metacpan.org]
Similar packages:
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.
Other Packages Related to libcache-fastmmap-perl
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
also a virtual package provided by libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: perl (>= 5.28.0-3)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.28.0
- virtual package provided by perl-base
Download libcache-fastmmap-perl
Architecture | Version | Package Size | Installed Size | Files |
---|---|---|---|---|
amd64 | 1.47-1+b1 | 46.7 kB | 123.0 kB | [list of files] |
arm64 | 1.47-1+b1 | 46.5 kB | 123.0 kB | [list of files] |
armhf | 1.47-1+b1 | 44.5 kB | 107.0 kB | [list of files] |
i386 | 1.47-1+b1 | 48.5 kB | 131.0 kB | [list of files] |