AmazeFileManager icon indicating copy to clipboard operation
AmazeFileManager copied to clipboard

Support Zstandard archives

Open TranceLove opened this issue 3 years ago • 2 comments

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 avatar Nov 06 '21 16:11 TranceLove

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

EmmanuelMess avatar Nov 07 '21 15:11 EmmanuelMess

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 avatar May 16 '22 05:05 TranceLove