SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,4 @@
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.

View file

@ -0,0 +1,8 @@
${P5ARCH}/
${P5ARCH}/Cache/
${P5ARCH}/Cache/FastMmap.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Cache/
${P5ARCH}/auto/Cache/FastMmap/
@so ${P5ARCH}/auto/Cache/FastMmap/FastMmap.so
@man man/man3p/Cache::FastMmap.3p