derniercri / snatch

A simple, fast and interruptable download accelerator, written in Rust
MIT License
676 stars 37 forks source link

Improve the merging algorithm of chunks #31

Closed k0pernicus closed 7 years ago

k0pernicus commented 7 years ago

Currently, the algorithm consists in merging chunks when those are downloaded. We can improve this part in merging neighbor chunks, once those have been downloaded, which will reduce the time to merge chunks.

k0pernicus commented 7 years ago

We can close this issue since the awesome work of @lambdaupb :-) 👍