You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library still tries to read the excluded directory using the fastwalk function.
sources:
["node_modules/**/*", "**/*.js"]
I have done some profiling on my fork of go-task, and here is the result. As you see, it reads the whole node_modules directory, which takes 70 seconds.
The text was updated successfully, but these errors were encountered:
aminya
changed the title
The fastwalk function is slow because it still walks excluded directories
fastwalk function is slow because of walking the excluded directories
Jan 2, 2023
The library still tries to read the excluded directory using the
fastwalk
function.I have done some profiling on my fork of go-task, and here is the result. As you see, it reads the whole
node_modules
directory, which takes 70 seconds.Mirrored from go-task/task#225 (comment)
The text was updated successfully, but these errors were encountered: