Subject: CVS commit: wip/p5-Cache-FastMmap
From: Hiramatsu Yoshifumi
Date: 2005-08-05 04:55:30
Message id: E1E0sN7-0005xM-T0@sc8-pr-cvs1.sourceforge.net

Log Message:
A shared memory cache through an mmap'ed file. Its 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.


Files:
RevisionActionfile
1.1importwip/p5-Cache-FastMmap/distinfo
1.1importwip/p5-Cache-FastMmap/DESCR
1.1importwip/p5-Cache-FastMmap/PLIST
1.1importwip/p5-Cache-FastMmap/Makefile