Closed
Description
Currently working on refactoring the zstandard decoder. Goals of the refactor:
- Have fully singlethreaded decoding as option zstd: add no-goroutine option to encoding #264
- Simplify data flow.
- Split multithreaded decoding into: (continuing zstd split sequence decode/execute #100)
- block decoder/splitter
- literal decoding
- sequence decoding
- sequence execution
- Allow multiple frames to be decoded concurrently.