rclone/cmd/cmount
Nick Craig-Wood d260238f99 cmount: use ReaddirPlus on Windows to improve directory listing performance
Before this change Windows would read a directory then immedately stat
every item in the directory.

After this change we return the stat information along with the
directory which stops so many callbacks.
2020-05-04 11:38:07 +01:00
..
fs.go cmount: use ReaddirPlus on Windows to improve directory listing performance 2020-05-04 11:38:07 +01:00
mount_test.go vfstests: move functional tests from mountlib and make them work with VFS 2020-04-20 10:42:33 +01:00
mount_unsupported.go Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00
mount.go cmount: use ReaddirPlus on Windows to improve directory listing performance 2020-05-04 11:38:07 +01:00