Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ractool doesn't fully suport lz4 or zstd #23

Open
nigeltao opened this issue Sep 15, 2019 · 0 comments
Open

ractool doesn't fully suport lz4 or zstd #23

nigeltao opened this issue Sep 15, 2019 · 0 comments

Comments

@nigeltao
Copy link
Collaborator

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 and Zstd #1776.

nigeltao added a commit that referenced this issue Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant