Use compressors collection library
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
In PR ( https://github.com/dask/distributed/pull/6259 ), it was suggested that we might benefit from using one library that collects several compressors. Some libraries like this include [cramjam]( https://github.com/milesgranger/pyrus-cramjam ), [compress]( https://github.com/MacHu-GWU/compress-project ), [numcodecs]( https://github.com/zarr-developers/numcodecs ), [python-libarchive-c]( https://github.com/Changaco/python-libarchive-c ), etc.. This would allow us to have one dependency to use for our compressors.
Contributor guide
Assessment
This issue has not been assessed yet.