rclone/backend/local
Nick Craig-Wood a492c0fb0e local: speed up multi thread downloads by using sparse files on Windows
Before this change rclone didn't use sparse files on Windows. This
means that when you downloaded a file with multithread download it
wrote the entire file with zeros first on the first write not at the
start of the file.

This change makes the file be sparse on Windows. Linux/macOS files
were already sparse.
2020-03-09 10:55:52 +00:00
..
aaaa
about_unix.go
about_windows.go
encode_darwin.go
encode_other.go
encode_windows.go
fadvise_other.go
fadvise_unix.go
lchtimes_unix.go
lchtimes.go
local_internal_test.go Remove backend dependency from fs/hash 2019-10-01 16:29:58 +01:00
local_test.go
local.go
preallocate_other.go
preallocate_unix.go
preallocate_windows.go local: speed up multi thread downloads by using sparse files on Windows 2020-03-09 10:55:52 +00:00
read_device_other.go
read_device_unix.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
remove_other.go
remove_test.go
remove_windows.go
tests_test.go