blob: 72b42bea1bab9b6b62ba544459f5551b735bed26 (
plain)
1
2
3
4
5
|
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.
|