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

perl-cache-fastmmap 1.48

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 perl-cache-fastmmap 1.48 as follows:

guix install perl-cache-fastmmap@1.48

Or install the latest version:

guix install perl-cache-fastmmap

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.