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
Create a prototype "lazy" haste resolver as described in #992.
Run experiments on small, medium and large monorepos and a unirepo, gathering performance data. Measure speed gain/loss (clock time), memory peak, I/O (bytes read/written). Compare normal watchman runs with "lazy" runs.
Report all findings. If viable, develop an engineering plan to implement in rnx-kit.
The text was updated successfully, but these errors were encountered:
As a temporary workaround, we've implemented a way for reducing the scope of the Haste resolver. It's currently implemented as a monkey patch since there is no good way to "configure" this behaviour in Metro. Pending internal testing, we will look at ways to upstream this work: #2044
Create a prototype "lazy" haste resolver as described in #992.
Run experiments on small, medium and large monorepos and a unirepo, gathering performance data. Measure speed gain/loss (clock time), memory peak, I/O (bytes read/written). Compare normal watchman runs with "lazy" runs.
Report all findings. If viable, develop an engineering plan to implement in rnx-kit.
The text was updated successfully, but these errors were encountered: