Closed
Description
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.