rclone/vfs/vfscommon
Nick Craig-Wood 27b281ef69 chunkedreader: add --vfs-read-chunk-streams to parallel read chunks
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
2024-08-14 21:13:09 +01:00
..
cachemode_test.go vfs: re-implement CacheMode with fs.Enum 2023-10-03 15:14:24 +01:00
cachemode.go vfs: re-implement CacheMode with fs.Enum 2023-10-03 15:14:24 +01:00
filemode_test.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
filemode.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
options.go chunkedreader: add --vfs-read-chunk-streams to parallel read chunks 2024-08-14 21:13:09 +01:00
path.go vfs: fix incorrect detection of root in parent directory utility function 2022-05-16 12:43:43 +02:00
vfsflags_non_unix.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
vfsflags_unix.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00