zstd: Resolve to a slice of slices to "execute" #975
klauspost
started this conversation in
Ideas/Features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This could be an independent step between decode and execute or simply a part of decode.
Transform sequences into a slice of slices. The final step would then be:
The provided slices would simply be a mix of literal/backreference/dict/self-reference slices. This would be a serial process, but still simpler than the current execute.
The only check needed - beside sanity checks on output size - would be for self-references.
Beta Was this translation helpful? Give feedback.
All reactions