Please review wip/p5-MMapDB
wen heping <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.wip.review |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Please review wip/p5-MMapDB and send me comments.
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
Its license is perl license.
Regards,
wen
------------------------------------------------------------------------------