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
Installed Size: 88.1 kB
Architectures: all