1
mirror of https://github.com/rclone/rclone synced 2024-11-08 05:31:41 +01:00
rclone/fs/walk
Nick Craig-Wood efd720b533 walk: Implement walk.ListR which will use ListR if at all possible
It otherwise has the nearly the same interface as walk.Walk which it
will fall back to if it can't use ListR.

Using walk.ListR will speed up file system operations by default and
use much less memory and start immediately compared to if --fast-list
had been supplied.
2019-03-16 17:41:12 +00:00
..
walk_test.go walk: Implement walk.ListR which will use ListR if at all possible 2019-03-16 17:41:12 +00:00
walk.go walk: Implement walk.ListR which will use ListR if at all possible 2019-03-16 17:41:12 +00:00