blob: 184a39e11dc212f2ef0ece7a85557b3dd91c5018 (
plain) (
blame)
1
2
3
4
5
|
PartD provides key-value byte store with appendable values. It stores key-value
pairs. Values are raw bytes. We append on old values. PartD excels at shuffling
operations.
WWW: https://github.com/dask/partd
|