Пакунок: libcache-fastmmap-perl (1.57-2 and others)
Links for libcache-fastmmap-perl
Debian Resources:
Download Source Package libcache-fastmmap-perl:
- [libcache-fastmmap-perl_1.57-2.dsc]
- [libcache-fastmmap-perl_1.57.orig.tar.gz]
- [libcache-fastmmap-perl_1.57-2.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.
Інші пакунки пов'язані з libcache-fastmmap-perl
|
|
|
|
-
- dep: libc6 (>= 2.38)
- Бібліотека GNU C: спільні бібліотеки
also a virtual package provided by libc6-udeb
-
- dep: libcompress-lz4-perl
- Perl interface to the LZ4 (de)compressor
-
- dep: libcompress-snappy-perl
- Perl interface to Google's Snappy (de)compressor
-
- dep: perl (>= 5.40.0-6)
- Мова Практичного Видобування та Побудування Звітів Лари Уолла (Larry Wall)
-
- dep: perlapi-5.40.0
- virtual package provided by perl-base
Завантажити libcache-fastmmap-perl
Архітектура | Версія | Розмір пакунка | Розмір після встановлення | Файли |
---|---|---|---|---|
amd64 | 1.57-2 b4 | 48.1 kB | 128.0 kB | [список файлів] |