Internal format of *.data data-package files
#25692
vadimkantorov
started this conversation in
General
Replies: 1 comment 6 replies
-
|
It just concatenates the files' binary data (implemented here). So there is no compression - that is left for the webserver, which can use gzip or brotli. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there somehow concatenated LZMA-compressed files? Or are these simply ZIP files? (which can accommodate LZMA-compressed entries)
Beta Was this translation helpful? Give feedback.
All reactions