freebsd-ports/devel/py-zict
Sunpoet Po-Chuan Hsieh 61fa67808a Add py-zict 1.0.0
Zict: Composable Mutable Mappings

The dictionary / mutable mapping interface is powerful and multi-faceted.
- We store data in different locations such as in-memory, on disk, in archive
  files, etc..
- We manage old data with different policies like LRU, random eviction, etc..
- We might encode or transform data as it arrives or departs the dictionary
  through compression, encoding, etc..

To this end we build abstract MutableMapping classes that consume and build on
other MutableMappings. We can compose several of these with each other to form
intuitive interfaces over complex storage systems policies.

WWW: https://github.com/dask/zict
2020-02-02 10:54:45 +00:00
..
distinfo
Makefile
pkg-descr