google / ripunzip

Other
168 stars 18 forks source link

Create multiple HTTP streams intentionally. #10

Open adetaylor opened 1 year ago

adetaylor commented 1 year ago

This change will allow the unzip-from-URI option to intentionally create multiple HTTP streams to support several parallel readers, subject to parameters passed in that can limit this behavior.

This doesn't appear to make things quicker with the server I'm trying right now. It seems like we are probably limited by total network bandwidth rather than some artificial server-side limit.