Skip to content
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

Extraction is slow #5

Open
GoogleCodeExporter opened this issue Sep 26, 2015 · 0 comments
Open

Extraction is slow #5

GoogleCodeExporter opened this issue Sep 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I'm trying out lib7zip for use in extracting images from CB7 archives for 
display on an ereader device.  It works correctly, but the performance is very 
slow compared to using libzip for CBZ or unrar's library for CBR.  I added some 
print statements to the C7ZipInStream::Read() method and see that the entire 
archive is read each time a single file is extracted.  Is it possible to speed 
this up within lib7zip by seeking to the correct location in the archive and 
only reading what is necessary?

Original issue reported on code.google.com by [email protected] on 2 Jan 2015 at 7:59

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

No branches or pull requests

1 participant