You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Hi I try to use the applier on an Android device. However, for about 15MB old apk and 2MB patch file, it takes ~8s to complete. It is normal? (Seems to be very slow...) Thanks!
The text was updated successfully, but these errors were encountered:
Your newApk should used zlib and set compressLevel 9, so recompress it very slow when patch.
You can recompress the newApk by compressLevel 6 befor release, patch speed meybe to 2x (takes ~4s?)
Hi I try to use the applier on an Android device. However, for about 15MB old apk and 2MB patch file, it takes ~8s to complete. It is normal? (Seems to be very slow...) Thanks!
The text was updated successfully, but these errors were encountered: