chore(memory): improve#842
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Synthetic pages are no longer built eagerly on the main thread ( Reviewed by Cursor Bugbot for commit aadc881. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #842 +/- ##
==========================================
+ Coverage 84.60% 84.66% +0.06%
==========================================
Files 176 176
Lines 15802 15848 +46
Branches 1411 1412 +1
==========================================
+ Hits 13369 13418 +49
+ Misses 2423 2420 -3
Partials 10 10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
After this change, during testing, memory didn't exceed ~1.15GB (~630MB without
allgeneration) (before this change, it was 2GB and climbing).Performs AST -> JS on the
jsx-astworker side, rather than thewebmain thread, resulting in less information passed between threads.