mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Brotli c code is applied to the iOS swift project, and the best compression level is also used. The 39M mac platform can be compressed to 3.2M, but iOS can only be compressed to 15.4M #430
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZhengXiuQun on GitHub (Jul 19, 2022).
In the ios project, I need to use Brotli to compress the data, but what makes me wonder is that the same problem, I can compress the data to 3.2M on the mac platform, but why on the ios device, the same level 11 compression is used, I can only compress it into 15.4M.
@eustas commented on GitHub (Dec 30, 2022):
Hello. Could you add more details, please.
Ideally, a tiny repro project.
@eustas commented on GitHub (Jul 10, 2023):
Feel free to reopen