[ 原始碼: python-smmap ]
套件:python3-smmap(2.0.5-1)
pure Python implementation of a sliding window memory map manager
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.
This package for Python 3.
其他與 python3-smmap 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python3-nose
- test discovery and running for Python3 unittest