summaryrefslogtreecommitdiff
path: root/libraries/smmap/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-07 22:34:11 +0700
committerErik Hanson <erik@slackbuilds.org>2014-02-08 11:10:12 -0600
commit51033c5c26550c0987c3fc92307cb4c470a16a24 (patch)
treed725ed6392bbb5b00e34e9c8353421d08cb606ce /libraries/smmap/README
parent63b2827619263f39435fca867df796181d5b886b (diff)
downloadslackbuilds-51033c5c26550c0987c3fc92307cb4c470a16a24.tar.gz
libraries/smmap: Added (Git implementation of memory map manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/smmap/README')
-rw-r--r--libraries/smmap/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/smmap/README b/libraries/smmap/README
new file mode 100644
index 0000000000..72b42bea1b
--- /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.