-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: ⚡️ reduce lock contention #2072
Conversation
✅ Deploy Preview for rolldown-rs canceled.
|
Benchmarks Rust
|
127c331
to
0d71e4f
Compare
The benchmark did change because the lock contention only happens when there are multiple chunks, if there is only one chunk the code just running in single-threaded rolldown/crates/rolldown/src/stages/generate_stage/compute_cross_chunk_links.rs Lines 171 to 261 in f2bffcb
|
|
Cool, can confirm it's gone. |
Description
generate_stage/compute_cross_chunk_links
#2069