7bdfde19d8
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> |
||
---|---|---|
.. | ||
README | ||
slack-desc | ||
smmap.SlackBuild | ||
smmap.info |
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.