Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(perf): use lazy module evaluation (react-native-community#152)
Summary: --------- After react-native-community#150 (thanks @sidferreira and @Trancever) we're finally able to use lazy module evaluation for additional perf! Before: ``` 0.70 real 0.64 user 0.12 sys ``` After: ``` 0.19 real 0.16 user 0.03 sys ``` Which gives us roughly 0.5s (~72%) improvement in startup time. With 0.2s startup time most commands feel instant now. Test Plan: ---------- No new tests added.
- Loading branch information