From 51033c5c26550c0987c3fc92307cb4c470a16a24 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 7 Feb 2014 22:34:11 +0700 Subject: libraries/smmap: Added (Git implementation of memory map manager). Signed-off-by: Willy Sudiarto Raharjo --- libraries/smmap/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libraries/smmap/README (limited to 'libraries/smmap/README') diff --git a/libraries/smmap/README b/libraries/smmap/README new file mode 100644 index 0000000000000..72b42bea1bab9 --- /dev/null +++ b/libraries/smmap/README @@ -0,0 +1,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. -- cgit v1.2.3