slackbuilds_ponce/libraries/smmap
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README
slack-desc
smmap.info
smmap.SlackBuild

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.