Skip to content

Conceptual connections to Mozilla's "optimized zip" #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vadimkantorov opened this issue Aug 18, 2024 · 1 comment
Open

Conceptual connections to Mozilla's "optimized zip" #13

vadimkantorov opened this issue Aug 18, 2024 · 1 comment

Comments

@vadimkantorov
Copy link

vadimkantorov commented Aug 18, 2024

I wonder if you have stumbled on https://taras.glek.net/post/optimized-zip-format/ . Are the stated goals of SOZip and "optimized zip" similar or different?

"optimized zip" stresses suitability to OS's read-ahead functionality and sequential scan and SOZip seems to stress perf of random access, so it seems different goals to me, but maybe I'm mistaken.

Thanks!

@rouault
Copy link
Contributor

rouault commented Sep 26, 2024

No, Mozilla's optimized zip is a trick to move the "file directory" at the beginning of the zip file, and place frequently accessed files toward the beginning.
SOZip goal is to help you to quickly access any part of a typically gigabyte-large file compressed in a ZIP.

Both optimizations are actually "orthogonal", i.e. you could combine them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants