slackbuilds/libraries/smmap
Dimitris Zlatanidis 7bdfde19d8 libraries/smmap: Updated for version 0.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2015-01-23 22:29:40 +07:00
..
README libraries/smmap: Added (Git implementation of memory map manager). 2014-02-08 11:10:12 -06:00
slack-desc libraries/smmap: Added (Git implementation of memory map manager). 2014-02-08 11:10:12 -06:00
smmap.SlackBuild libraries/smmap: Updated for version 0.9.0. 2015-01-23 22:29:40 +07:00
smmap.info libraries/smmap: Updated for version 0.9.0. 2015-01-23 22:29:40 +07:00

README

A pure git implementation of a sliding window memory map manager.

When reading from many possibly large files in a fashion similar to
random access, it is usually the fastest and most efficient to use
memory maps.