- 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.