mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
6 lines
215 B
Text
6 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.
|