4451
Support and Feedback / Re: Unpack error
« on: May 20, 2012, 10:15:46 »
I found the error. It was fixed before but the fix got ignored because of another bug fix.
When unpacking many small files it is slow because it handles zip as a virtual filesystem and do not unpack the files in the order they are stored in the zip file so because of that it has to located the file for every files it unpacks. However zip is very fast at that so it is only noticeable if there are many small files.
But this is fixed in the next version.
When unpacking many small files it is slow because it handles zip as a virtual filesystem and do not unpack the files in the order they are stored in the zip file so because of that it has to located the file for every files it unpacks. However zip is very fast at that so it is only noticeable if there are many small files.
But this is fixed in the next version.
