148
edits
m (→How to use it?) |
m (→How to use it?) |
||
| Line 62: | Line 62: | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=959047 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=959047 | ||
Note: The current approach first makes specified files uncompressed, then re-organizes the zip package to make uncompressed files to | Note: The current approach first makes specified files uncompressed, then re-organizes the zip package to make uncompressed files to aligned by padding in extended field of the header. This could introduce some overhead on zip package size, because not all uncompressed files are expected to be read as memory-mapped, which need not and should not be made aligned. | ||
: There is a follow up to align for individual files in the zip package https://bugzilla.mozilla.org/show_bug.cgi?id=961622. | : There is a follow up to align for individual files in the zip package https://bugzilla.mozilla.org/show_bug.cgi?id=961622. | ||
edits