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
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
When file watchers start, they crawl the targeted parts of the file system and generate a lot of data, some of which could be fed directly into the fs cache.
The primary benefit would be reducing the overheads on fs reads for stat, modifiedTime and isFile calls. Practically, this would help to reduce the time spent on dependency resolution during an initial build.
The text was updated successfully, but these errors were encountered:
Re: #88 #122
When file watchers start, they crawl the targeted parts of the file system and generate a lot of data, some of which could be fed directly into the fs cache.
The primary benefit would be reducing the overheads on fs reads for
stat
,modifiedTime
andisFile
calls. Practically, this would help to reduce the time spent on dependency resolution during an initial build.The text was updated successfully, but these errors were encountered: