Pacote: libcache-fastmmap-perl (1.58-1)
Links para libcache-fastmmap-perl
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte libcache-fastmmap-perl:
- [libcache-fastmmap-perl_1.58-1.dsc]
- [libcache-fastmmap-perl_1.58.orig.tar.gz]
- [libcache-fastmmap-perl_1.58-1.debian.tar.xz]
Mantenedores(as):
- Debian Perl Group (QA Página, E-mail Arquivo)
- gregor herrmann (QA Página)
- Ansgar Burchardt (QA Página)
- Harlan Lieberman-Berg (QA Página)
Fontes externas:
- Pagina principal [metacpan.org]
Pacotes similares:
- libcatalyst-plugin-session-store-fastmmap-perl
- libtie-cache-perl
- libcache-mmap-perl
- libsys-mmap-perl
- libio-async-loop-epoll-perl
- libthread-tie-perl
- golang-github-bep-lazycache-dev
- libcache-memcached-fast-perl
- golang-github-awnumar-memguard-dev
- golang-github-dgraph-io-ristretto-dev
- libmmap-allocator-dev
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.
Outros pacotes relacionados a libcache-fastmmap-perl
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU Biblioteca C: Bibliotecas compartilhadas
também um pacote virtual fornecido por 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.1-3)
- Linguagem de extração e relatórios prática de Larry Wall
-
- dep: perlapi-5.40.1
- pacote virtual fornecido por perl-base
Download de libcache-fastmmap-perl
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
amd64 | 48.2 kB | 127.0 kB | [lista de arquivos] |
arm64 | 47.4 kB | 151.0 kB | [lista de arquivos] |
armhf | 45.8 kB | 151.0 kB | [lista de arquivos] |
i386 | 49.1 kB | 131.0 kB | [lista de arquivos] |
ppc64el | 50.3 kB | 151.0 kB | [lista de arquivos] |
riscv64 | 48.6 kB | 119.0 kB | [lista de arquivos] |
s390x | 48.3 kB | 127.0 kB | [lista de arquivos] |