chore: reduce memory footprint#816
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview The orchestrator in Several output generators stop deep-cloning metadata content ( Tests add Reviewed by Cursor Bugbot for commit 0005913. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #816 +/- ##
==========================================
+ Coverage 82.85% 84.01% +1.16%
==========================================
Files 170 172 +2
Lines 14732 15180 +448
Branches 1266 1345 +79
==========================================
+ Hits 12206 12754 +548
+ Misses 2520 2417 -103
- Partials 6 9 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a082cae. Configure here.
|
| File | Base | Head | Diff |
|---|---|---|---|
orama-db.json |
8.83 MB | 8.83 MB | -1018.00 B (-0.01%) |
|
cc @nodejs/web-infra |

Reduces the memory used by doc-kit by evicting cache after it is no longer needed, and avoiding cloning objects
Ref: #815