[ 源代码: python-smmap ]
软件包:python3-smmap(4.0.0-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
- 交互式高级面向对象语言(默认 python3 版本)
-
- sug: python3-nose
- test discovery and running for Python3 unittest