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.
- Versions: 1.48
- Website: https://metacpan.org/release/Cache-FastMmap
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]