[v3.0] Improve asset emission performance#4644
Conversation
BREAKING CHANGES: Typed array sources will no longer be deduplicated
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#improve-asset-emission-performanceor load it into the REPL: |
Codecov Report
@@ Coverage Diff @@
## release-3.0.0 #4644 +/- ##
=================================================
- Coverage 98.97% 98.97% -0.01%
=================================================
Files 213 213
Lines 7492 7481 -11
Branches 2116 2112 -4
=================================================
- Hits 7415 7404 -11
Misses 23 23
Partials 54 54
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
This PR has been released as part of rollup@3.0.0-7. Note that this is a pre-release, so to test it, you need to install Rollup via |
BREAKING CHANGES: Typed array sources will no longer be deduplicated 3.0.0-7
|
This PR has been released as part of rollup@3.0.0-8. Note that this is a pre-release, so to test it, you need to install Rollup via |
BREAKING CHANGES: Typed array sources will no longer be deduplicated 3.0.0-7
|
This PR has been released as part of rollup@3.0.0. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
Breaking change: typed array/
Bufferassets are no longer deduplicated.This changes the asset emission logic in two ways:
Bufferassets are no longer deduplicated for performance reasons.