perf: optimize dynamic closure serialize index#3148
Conversation
🦋 Changeset detectedLatest commit: 54ffcb2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (107)
📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (4)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis pull request prevents serializing dynamic closure signal indexes for the first dynamic closure. The runtime 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
0e981da to
dac89f0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3148 +/- ##
=======================================
Coverage 89.57% 89.57%
=======================================
Files 370 370
Lines 47080 47086 +6
Branches 4269 4271 +2
=======================================
+ Hits 42171 42177 +6
Misses 4857 4857
Partials 52 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
56f0896 to
54ffcb2
Compare
Avoid serializing dynamic closure signal indexes for the first dynamic closure.