rclone/vfs/vfscache
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
..
downloaders chunkedreader: add --vfs-read-chunk-streams to parallel read chunks 2024-08-14 21:13:09 +01:00
writeback vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
cache_test.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
cache.go vfs: fix cache encoding with special characters - #7760 2024-07-15 12:10:04 +01:00
item_test.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
item.go vfs: fix fatal error: sync: unlock of unlocked mutex in panics 2024-06-24 09:30:59 +01:00