broccolijs / broccoli-funnel

MIT License
66 stars 37 forks source link

Utilize change tracking #91

Closed step2yeung closed 4 years ago

step2yeung commented 7 years ago

Here, we have broccoli-funnel utilize change tracking from fs-tree-diff. This means calling this.in[0].changes to get the change list (this.in is exposed by broccoli-plugin), which will decrease the number of fs operations from walkSync.

stefanpenner commented 4 years ago

@step2yeung thank you for you work on this, but I believe more recent work such as broccoli memoization largely supercedes this for now, and upcoming work revised() should help put a near final nail in that coffin.

I am going to close this, but let me know if I am closing this in error.