[ ソース: python-smmap ]
パッケージ: python3-smmap (4.0.0-1)
python3-smmap に関するリンク
Debian の資源:
python-smmap ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [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 3.
その他の python3-smmap 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- sug: python3-nose
- test discovery and running for Python3 unittest