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

Support Zstandard archives #2988

Open
TranceLove opened this issue Nov 6, 2021 · 2 comments · May be fixed by #3959
Open

Support Zstandard archives #2988

TranceLove opened this issue Nov 6, 2021 · 2 comments · May be fixed by #3959
Assignees
Labels
Area-Compression Related to compression and decompression feature. From-telegram Issue reported through telegram channel Issue-Feature A feature request or improvement. Issue-Task (low) This isn't a bug, but should be dealt with.

Comments

@TranceLove
Copy link
Collaborator

Zstandard archive format is RFC8878 too.

There is a pure Java port of the algorithm on Github in addition to JNI binding.

Unless there is popular demand this feature will remain low priority. Contributions welcome for users/devs who would use zstd compressions daily.

@TranceLove TranceLove added Issue-Feature A feature request or improvement. Issue-Task (low) This isn't a bug, but should be dealt with. Area-Compression Related to compression and decompression feature. From-telegram Issue reported through telegram channel labels Nov 6, 2021
@EmmanuelMess
Copy link
Member

I vote for the Java port, as it looks like it would be faster than the JNI binding.

@TranceLove
Copy link
Collaborator Author

And for the note, commons-compress does supports zstandard via the JNI binding above. However the Android aar (which includes the compiled lib) requires Android 4.4 or above to run.

Related #3189

@TranceLove TranceLove self-assigned this Jul 29, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Jul 29, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Jul 30, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Jul 31, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Aug 1, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Aug 3, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Oct 19, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Oct 20, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Oct 20, 2023
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Oct 20, 2023
@TranceLove TranceLove linked a pull request Oct 20, 2023 that will close this issue
4 tasks
TranceLove added a commit to TranceLove/AmazeFileManager that referenced this issue Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compression Related to compression and decompression feature. From-telegram Issue reported through telegram channel Issue-Feature A feature request or improvement. Issue-Task (low) This isn't a bug, but should be dealt with.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants