mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
27b281ef69
This converts the ChunkedReader into an interface and provides two implementations one sequential and one parallel. This can be used to improve the performance of the VFS on high bandwidth or high latency links. Fixes #4760 |
||
---|---|---|
.. | ||
chunkedreader_test.go | ||
chunkedreader.go | ||
parallel_test.go | ||
parallel.go | ||
sequential_test.go | ||
sequential.go |