AppImage / AppImage/AppImageKit

block size 16384 for XZ makes compression pointless

未关闭
#697 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
9.4k
派生
588
PR 合并指标
PR 指标待抓取

描述

If user decided to use XZ compression instead of default gzip — he really wants small size of AppImage. Using `16384` as a block size makes XZ compression like gzip — for example, for Electron App 51.9 vs 50.4.

So, electron-builder now uses `1048576` instead of `16384`. Size difference — 50.4 vs 39.1. 11.3 MB difference. Slow start-up time? Well, it is your choice to use XZ.

I am not going to convince you to change this setting in the AppImageTool, JFYI.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。