-
Notifications
You must be signed in to change notification settings - Fork 170
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
Issues for Android about replacing gzip using zstd #182
Comments
Hmm, I was relying on the default optimization done by the NDK build, which is |
v1.5.0-4 has the optimized for size Android build. Can you try it? |
Wonderful,i will try it in my app compared with the older version. The optimized result will feed back later. |
We'v tried in Android. No optimized for uncompressing data in android devices. |
Hmm, strange, I have no idea what is the issue and how it can be better optimized. |
Hi
I am attempting to use zstd in Android App to replace gzip.In Android,use zstd dictionary to uncompress data which is compressed in backend server.After serveral tests,i found that zstd dictionary uncompress slower than gzip.Gzip cost about 6ms but Zstd dictionary cost about 33ms.
Is the test result reasonable?Zstd dictionary uncompress slower than gzip?
I found some body run into the same question(facebook/zstd#501). Terrelln tried to run a build optimized with -0s and got decompressed faster than before. Shall we provide an android arr package which is built optimized with -0s ?
The text was updated successfully, but these errors were encountered: