go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.04k stars 587 forks source link

Use fsnotify instead of watcher #1508

Open sirenkovladd opened 7 months ago

sirenkovladd commented 7 months ago

I have more than 700 files in my project and that's a lot of files to recheck for update (timestamp or hash)

fsnotify should be faster and use less CPU than watcher

pd93 commented 7 months ago

Related to #1179