Skip to content

Replace GetModificationTime with a file version scheme via WatchedFile events #803

Closed
@pepeiborra

Description

@pepeiborra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions