bodewig commented on issue #90: Compress-477 : add zip64 support for split zip
URL: https://github.com/apache/commons-compress/pull/90#issuecomment-576782503
 
 
   > I'm not sure if this(open file when it's needed to be read) is needed.
   
   For `ZipArchiveInputStream` I wouldn't expect "open when actually needed" 
would slow down things, so it would really be good to have it. 
   
   In `ZipFile` where we are performing random access reads this may hurt us, 
but might be worked around with caching a limited number of open files, I 
guess. If this cache allows for five or ten segments to be open at a time, then 
this should be sufficiently fast for all real-world archives.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to