Пакет: libcache-fastmmap-perl (1.46-1build2)
Връзки за libcache-fastmmap-perl
Ресурси за Trisquel:
Изтегляне на пакет-източник libcache-fastmmap-perl.
- [libcache-fastmmap-perl_1.46-1build2.dsc]
- [libcache-fastmmap-perl_1.46.orig.tar.gz]
- [libcache-fastmmap-perl_1.46-1build2.debian.tar.xz]
Отговорник:
Original Maintainers:
- Debian Perl Group (Пощенски архив)
- Krzysztof Krzyżaniak (eloy)
- gregor herrmann
- Ansgar Burchardt
- Harlan Lieberman-Berg
Външни препратки:
- Начална страница [metacpan.org]
Подобни пакети:
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.14) [amd64]
- GNU C Library: Shared libraries
също и виртуален пакет, предлаган от libc6-udeb
- dep: libc6 (>= 2.4) [i386]
-
- dep: perl (>= 5.26.1-2ubuntu1)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.26.1
- виртуален пакет, предлаган от perl-base
Изтегляне на libcache-fastmmap-perl
Архитектура | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|
amd64 | 41,1 кБ | 113 кБ | [списък на файловете] |
i386 | 42,8 кБ | 117 кБ | [списък на файловете] |