This package browser is in early development. Mind the rough edges.

perl-cache-fastmmap

Shared memory interprocess cache via mmap

A shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.

Installation

Install the latest version of perl-cache-fastmmap as follows:

guix install perl-cache-fastmmap

Or install a particular version:

guix install perl-cache-fastmmap@1.48

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of perl-cache-fastmmap about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-cache-fastmmap'><img src='https://packages.guix.gnu.org/packages/perl-cache-fastmmap/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-cache-fastmmap/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-cache-fastmmap)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-cache-fastmmap][https://packages.guix.gnu.org/packages/perl-cache-fastmmap/badges/latest-version.svg]]