gajus / turbowatch

Extremely fast file change detector and task orchestrator for Node.js.
Other
943 stars 23 forks source link

Provide a way to only report events when content hash changes #27

Open gajus opened 1 year ago

gajus commented 1 year ago

This could potentially help with https://github.com/gajus/turbowatch#reducing-unnecessary-reloads

Realistically though, it feels like this would provide a non-insignificant overhead as we would need to keep hash of every file.

Still worth exploring as an opt-in feature.