[ 原始碼: zict ]
套件:python3-zict(2.0.0-1)
Mutable mapping tools for Python 3
The dictionary / mutable mapping interface is powerful and multi-faceted.
* stores data in different locations such as in-memory, on disk, in archive files, etc.. * manage old data with different policies like LRU, random eviction, etc.. * might encode or transform data as it arrives or departs the dictionary through compression, encoding, etc..
This contains the Python 3 version
其他與 python3-zict 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-heapdict
- heap with decrease-key and increase-key operations for Python 3