ractool doesn't fully suport lz4 or zstd
Open
- Dominant language
- C
- Stars
- 4.8k
- Forks
- 145
- Avg merge
- 11h 48m
- Merged PRs (30d)
- 1
Description
They're partially supported, but:
- They don't support `-cchunksize`, only `-dchunksize`.
- They don't support `-resources`.
Supporting `-cchunksize` will require implementing a 'cut' package, similar to the existing `github.com/google/wuffs/lib/zlibcut`.
Supporting `-resources` will probably require the upstream LZ4 and Zstd C libraries to provide stable API for dictionaries + streaming. Issues filed as [LZ4 #791](https://github.com/lz4/lz4/issues/791) and [Zstd #1776](https://github.com/facebook/zstd/issues/1776).
Contributor guide
Assessment
This issue has not been assessed yet.