PeterAlfreadLee commented on issue #90: Compress-477 : add zip64 support for 
split zip
URL: https://github.com/apache/commons-compress/pull/90#issuecomment-579099401
 
 
   > 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.
   
   I'm thinking about setting a threshold for the number of split segments. 
Therefore we can open the file channels when actually needed.
   Do you think this is a good idea? If so, what the threshold value should be 
a proper value? Currently I'm setting the value as 100, as the default maximum 
file handles for most Linux-like OS is 1024. WDYT?
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to