DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibcache-fastmmap-perl
BeschreibungPerl module providing a mmap'ed cache
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.35-1
Sektionperl
Prioritätoptional
Installierte Größe176 Byte
Hängt ab vonperl (>= 5.10.1-11), perlapi-5.10.1, libc6 (>= 2.4)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße50902 Byte
Prüfsumme MD58f5bf0f022381118356b7ce362f1f246
Prüfsumme SHA1edcd31723739b28f7a9db4550a9c82cef9b4c794
Prüfsumme SHA256331611f343ff01b3cfac3bb27c308a2252993dd6919456bea3de3bf432428c0b
Link zum Herunterladenlibcache-fastmmap-perl_1.35-1_i386.deb
Ausführliche BeschreibungCache::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.


Impressum
Linux is a registered trademark of Linus Torvalds