slackbuilds/python/python3-smmap2
Benjamin Trigona-Harany 0dcd198bfa python/python3-smmap2: Added (A sliding memory map manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-07-30 21:52:47 +07:00
..
README python/python3-smmap2: Added (A sliding memory map manager). 2019-07-30 21:52:47 +07:00
python3-smmap2.SlackBuild python/python3-smmap2: Added (A sliding memory map manager). 2019-07-30 21:52:47 +07:00
python3-smmap2.info python/python3-smmap2: Added (A sliding memory map manager). 2019-07-30 21:52:47 +07:00
slack-desc python/python3-smmap2: Added (A sliding memory map manager). 2019-07-30 21:52:47 +07:00

README

Smmap wraps an interface around mmap and tracks the mapped files
as well as the amount of clients who use it. If the system runs
out of resources, or if a memory limit is reached, it will
automatically unload unused maps to allow continued operation.