perf(rolldown): fine-tuning the tokio scheduler#6272
Merged
graphite-app[bot] merged 1 commit intomainfrom Sep 22, 2025
Merged
Conversation
Member
Author
How to use the Graphite Merge QueueAdd the label graphite: merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
34d9093 to
4e99b58
Compare
567e163 to
dbc9162
Compare
bd60dd1 to
c4f0a9e
Compare
dbc9162 to
1b110f4
Compare
c4f0a9e to
3dc8cd6
Compare
1b110f4 to
7da7c8f
Compare
Contributor
Benchmarks Rust
|
3dc8cd6 to
2d3b9cf
Compare
3fd5486 to
1c71f7e
Compare
2d3b9cf to
9956c7d
Compare
9956c7d to
2a9fe5a
Compare
1c71f7e to
230eae6
Compare
2a9fe5a to
927d46e
Compare
✅ Deploy Preview for rolldown-rs canceled.
|
ae5ec47 to
d24c3d1
Compare
a3c9b29 to
314efc8
Compare
This was referenced Sep 22, 2025
IWANABETHATGUY
approved these changes
Sep 22, 2025
Contributor
Merge activity
|
314efc8 to
4186ad4
Compare
shulaoda
pushed a commit
that referenced
this pull request
Sep 24, 2025
## [1.0.0-beta.40] - 2025-09-24 ⚡ Sourcemap Performance Boost - 20%-30% faster sourcemap generation - Consistent gains across all platforms ### 🚀 Features - rolldown: oxc v0.92.0 (#6322) by @Boshen - adding partial `MagicString` binding (#6289) by @IWANABETHATGUY - rolldown_plugin_vite_html: initialize (#6292) by @shulaoda ### 🐛 Bug Fixes - rolldown_plugin_react_refresh_wrapper: avoid using cwd to allow using as a callable plugin (#6318) by @sapphi-red - rolldown_plugin_transform: resolve tsconfig from absolute path (#6311) by @shulaoda ### 🚜 Refactor - Construct MagicString with `Cow<str>` instead of `&str` (#6288) by @IWANABETHATGUY - throw error if generating oxc runtime helper fails (#6291) by @shulaoda ### 📚 Documentation - add more description about sourcemapIgnoreList (#6314) by @IWANABETHATGUY ### ⚡ Performance - reduce `sourcemap_ignore_list` js function call (#6313) by @IWANABETHATGUY - string_wizard: use memchr to find patterns in `replace` (#6312) by @IWANABETHATGUY - simplify sourcemap token processing in collapse_sourcemaps (#6310) by @IWANABETHATGUY - rolldown: some minor perf optimization (#6306) by @Brooooooklyn - rolldown: fine-tuning the tokio scheduler (#6272) by @Brooooooklyn ### ⚙️ Miscellaneous Tasks - deps: lock file maintenance rust crates (#6302) by @renovate[bot] - deps: lock file maintenance npm packages (#6301) by @renovate[bot] - use `lto: thin` in profile mode for better profiling experience. (#6320) by @IWANABETHATGUY - adjust the tokio runtime config in bench (#6305) by @Brooooooklyn - deps: update dependency rolldown-plugin-dts to v0.16.8 (#6307) by @renovate[bot]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.