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

Closed
opened 2026-01-29 20:43:45 +00:00 by claunia · 2 comments
Owner

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.

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.
Author
Owner

@eustas commented on GitHub (Dec 30, 2022):

Hello. Could you add more details, please.
Ideally, a tiny repro project.

@eustas commented on GitHub (Dec 30, 2022): Hello. Could you add more details, please. Ideally, a tiny repro project.
Author
Owner

@eustas commented on GitHub (Jul 10, 2023):

Feel free to reopen

@eustas commented on GitHub (Jul 10, 2023): Feel free to reopen
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#430