Firefox OS/MappedArrayBuffer: Difference between revisions

Jump to navigation Jump to search
m
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-organize the zip package to make uncompressed files to be 4096 bytes alignment.  This could introduce some overhead on zip package size, because some uncompressed files may not want to be read as memory-mapped, which need not and should not be made aligned.
Note: The current approach first makes specified files uncompressed, then re-organizes the zip package to make uncompressed files to be 4096 bytes alignment by padding.  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.


148

edits

Navigation menu