slackbuilds_ponce/python/python3-smmap2/slack-desc
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

19 lines
968 B
Text

# 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------------------------------------------------------|
python3-smmap2: python3-smmap2 (A sliding memory map manager)
python3-smmap2:
python3-smmap2: Smmap wraps an interface around mmap and tracks the mapped files as
python3-smmap2: well as the amount of clients who use it. If the system runs out of
python3-smmap2: resources, or if a memory limit is reached, it will automatically
python3-smmap2: unload unused maps to allow continued operation.
python3-smmap2:
python3-smmap2:
python3-smmap2:
python3-smmap2:
python3-smmap2: