diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-07 22:34:11 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:12 -0600 |
commit | 51033c5c26550c0987c3fc92307cb4c470a16a24 (patch) | |
tree | d725ed6392bbb5b00e34e9c8353421d08cb606ce /libraries/smmap/slack-desc | |
parent | 63b2827619263f39435fca867df796181d5b886b (diff) | |
download | slackbuilds-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/slack-desc')
-rw-r--r-- | libraries/smmap/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/smmap/slack-desc b/libraries/smmap/slack-desc new file mode 100644 index 0000000000..4b32e6de47 --- /dev/null +++ b/libraries/smmap/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +smmap: smmap (Git implementation of a sliding window memory map manager) +smmap: +smmap: When reading from many possibly large files in a fashion similar to +smmap: random access, it is usually the fastest and most efficient to use +smmap: memory maps. +smmap: +smmap: Homepage: https://github.com/Byron/smmap +smmap: +smmap: +smmap: +smmap: |