- Zippy URLs are now resolved directly before starting the downloads
- Resolve errors now should print the error to the top-log and skip the
file. (untested)
- The status reports are now sent after either 5M download or 1s
- Fixes#10, #4
- Buffer the downloaded data into 4M buffers and only write to disk
after the buffer is full.
- This reduces the number of small writes and greatly improves
performance on HDDs with mutliple concurrent downloads.
- Fixes#3
- Added `download_feedback_multi` that downloads one file using multiple
connections.
- The file is preallocated and zero-filled and then written to in
parallel at different offsets.