Subject: CVS commit: wip/p5-MMapDB
From: Wen Heping
Date: 2010-04-21 17:33:55
Message id: E1O4bwI-0000vc-6Y@sfp-cvsdas-2.v30.ch3.sourceforge.com

Log Message:
Import p5-MMapDB-0.08 as wip/p5-MMapDB.

MMapDB implements a database similar to a hash of hashes of hashes, ...,
of arrays of data.

It's main design goals were:
    * very fast read access
    * lock-free read access for massive parallelism
    * minimal memory consumption per accessing process
    * transaction based write access
    * simple backup, compactness, one file


Files:
RevisionActionfile
1.1importwip/p5-MMapDB/distinfo
1.1importwip/p5-MMapDB/Makefile
1.1importwip/p5-MMapDB/DESCR