slackbuilds_ponce/libraries/smmap/README
Dimitris Zlatanidis 51033c5c26 libraries/smmap: Added (Git implementation of memory map manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-08 11:10:12 -06:00

5 lines
215 B
Text

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.