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 idea is to replace GetModificationTime, which is expensive and called on every change, by a new rule GetFileVersion implemented entirely on top of watched file events. This would reduce I/O, eliminate timestamp serialization and comparison, and hopefully improve performance
One possible approach is to generalize the FileExistsMapVar in order to keep track of file versions.