compose/pkg/watch
Milas Bowman 7161778ccf watch: use WalkDir to speed up file listing (#4684)
`WalkDir` is new in Go 1.16 and avoids calling `os.Lstat` on
every visited file and directory. In most cases, we don't need
that info, so this will help reduce I/O when listing files,
which can be helpful for particularly big monorepos.
2023-02-02 14:59:30 +01:00
..
notify.go watch: fix a dumb errcheck (#3622) 2023-02-02 14:59:30 +01:00
notify_test.go test: clean up test loggers a bit (#4580) 2023-02-02 14:59:30 +01:00
paths.go test: fix lint errors on Darwin (macOS) (#4247) 2023-02-02 14:59:30 +01:00
paths_test.go change org name from windmilleng to tilt-dev (#3346) 2023-02-02 14:59:30 +01:00
temp.go tilt: copy watch code from tesseract 2023-02-02 14:59:30 +01:00
watcher_darwin.go change org name from windmilleng to tilt-dev (#3346) 2023-02-02 14:59:30 +01:00
watcher_naive.go watch: use WalkDir to speed up file listing (#4684) 2023-02-02 14:59:30 +01:00
watcher_naive_test.go watch: use the recursive watcher on windows (#3306) 2023-02-02 14:59:30 +01:00
watcher_nonwin.go watch: increase the windows watch i/o buffer (#3620) 2023-02-02 14:59:30 +01:00
watcher_windows.go watch: increase the windows watch i/o buffer (#3620) 2023-02-02 14:59:30 +01:00