Conversation
✅ Deploy Preview for rspack canceled.
|
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a performance regression in the drop mechanism for exports info management by removing an unnecessary asynchronous spawn operation.
- Removed
rayon::spawncall that was used to drop the old value asynchronously - Simplified the
set_exports_infomethod to use direct insertion without explicit drop handling
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
📝 Benchmark detail: Open
|
📦 Binary Size-limit
❌ Size increased by 2.38KB from 47.43MB to 47.43MB (⬆️0.00%) |
CodSpeed Performance ReportMerging #11649 will not alter performanceComparing 🎉 Hooray!
|
Summary
Revert async droping of exports info data that introduced in #11611 which caused performance regression in benchmark
Related links
Checklist