[ etiona ]
[ 原始碼: python-smmap ]
套件: python-smmap (2.0.3-1)
python-smmap 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-smmap:
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- TANIGUCHI Takaki
- Yaroslav Halchenko
外部的資源:
- 主頁 [github.com]
相似套件:
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 2.
其他與 python-smmap 有關的套件
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
- dep: python (<< 2.8)
- dep: python (>= 2.7)
-
- sug: python-nose
- test discovery and running of Python's unittest