developmentseed / developmentseed/async-tiff
Switch to libdeflate for performance
Open
- Dominant language
- Rust
- Stars
- 120
- Forks
- 15
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 9
Description
[libdeflate](https://docs.rs/libdeflater/latest/libdeflater/) is expected to be significantly faster than [flate2](https://docs.rs/flate2/latest/flate2/)
This will require a refactor internally so that the decoder can compute the output array size. The output array size should be able to be computed from tile height, width, bits per sample and number of samples.
cc @weiji14 , what compressions did you test when you tested async-tiff as slower than gdal/libtiff?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.