Alle Optionen
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Quellcode: libcache-fastmmap-perl  ]

Paket: libcache-fastmmap-perl (1.56-1)

Links für libcache-fastmmap-perl

Screenshot

Debian-Ressourcen:

Quellcode-Paket libcache-fastmmap-perl herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

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.

Markierungen: Software-Entwicklung: Perl-Entwicklung, Bibliotheken, Implementiert in: implemented-in::c, implemented-in::perl, Rolle: Entwicklungs-Bibliothek

Andere Pakete mit Bezug zu libcache-fastmmap-perl

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • erweitert

libcache-fastmmap-perl herunterladen

Download für alle verfügbaren Architekturen
Architektur Paketgröße Größe (installiert) Dateien
amd64 49,6 kB127,0 kB [Liste der Dateien]
arm64 49,1 kB127,0 kB [Liste der Dateien]
armel 48,5 kB123,0 kB [Liste der Dateien]
armhf 47,3 kB111,0 kB [Liste der Dateien]
i386 51,3 kB135,0 kB [Liste der Dateien]
mips64el 47,6 kB130,0 kB [Liste der Dateien]
mipsel 47,3 kB129,0 kB [Liste der Dateien]
ppc64el 51,6 kB151,0 kB [Liste der Dateien]
s390x 48,7 kB131,0 kB [Liste der Dateien]