Avatar for the web-infra-dev user
web-infra-dev
rspack
BlogDocsChangelog

refactor: defer dependency export propagation

#13600
Comparing
codex/flag-dependency-exports-topo
(
1b76a71
) with
main
(
53b2c2f
)
CodSpeed Performance Gauge
-1%
Improvement
2
Regression
1
Untouched
15
Skipped
19

Benchmarks

37 total
rust@persistent_cache_restore_after_single_file_change@basic-react-development
xtask/benchmark/benches/groups/persistent_cache.rs::persistent_cache::persistent_cache_benchmark::persistent_cache
CodSpeed Performance Gauge
-1%
27.9 ms28.3 ms
rust@flag_dependency_exports
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
+14%
17.3 ms15.1 ms
rust@concatenate_module_code_generation
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
+1%
147 ms145.1 ms
rust@create_module_hashes
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
0%
21.9 ms21.8 ms
rust@build_module_graph
xtask/benchmark/benches/groups/build_chunk_graph.rs::chunk_graph::build_module_graph_benchmark
CodSpeed Performance Gauge
0%
1.5 s1.5 s
bundle@basic-react-development
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle
CodSpeed Performance Gauge
0%
344.4 ms344.1 ms
rust@build_chunk_graph
xtask/benchmark/benches/groups/build_chunk_graph.rs::chunk_graph::build_chunk_graph_benchmark
CodSpeed Performance Gauge
0%
110.4 ms110.4 ms
rust@create_module_ids
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
0%
12.6 ms12.6 ms
rust@module_graph_api
xtask/benchmark/benches/groups/module_graph_api.rs::module_graph_api::module_graph_api_benchmark
CodSpeed Performance Gauge
0%
12.4 ms12.4 ms
bundle@basic-react-production-sourcemap
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle
CodSpeed Performance Gauge
0%
730.3 ms731.5 ms
rust@flag_dependency_usage
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
0%
29.8 ms29.9 ms
bundle@threejs-production-sourcemap
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle
CodSpeed Performance Gauge
0%
2 s2 s
rust@create_concatenate_module
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
0%
42.2 ms42.3 ms
rust@split_chunks
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
0%
6.7 ms6.7 ms
bundle@threejs-development
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle
CodSpeed Performance Gauge
0%
707.2 ms710.6 ms
rust@create_chunk_hashes
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
0%
4.2 ms4.2 ms
rust@create_chunk_ids
xtask/benchmark/benches/groups/compilation_stages.rs::compilation_stages::compilation_stages_benchmark
CodSpeed Performance Gauge
-1%
10.7 ms10.8 ms
rust@persistent_cache_restore@basic-react-development
xtask/benchmark/benches/groups/persistent_cache.rs::persistent_cache::persistent_cache_benchmark::persistent_cache
CodSpeed Performance Gauge
-1%
26.4 ms26.6 ms
rust@build_chunk_graph_parallel
xtask/benchmark/benches/groups/build_chunk_graph.rs::chunk_graph::build_chunk_graph_benchmark
Skipped
114.7 ms*
bundle@threejs-production
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle
Skipped
1.6 s*
bundle@basic-react-production
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle
Skipped
537.8 ms*
bundle@threejs-production-sourcemap
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle
Skipped
48.7 MB*
rust@module_graph_api
xtask/benchmark/benches/groups/module_graph_api.rs::module_graph_api::module_graph_api_benchmark
Skipped
0 B*
bundle@basic-react-development
xtask/benchmark/benches/groups/bundle.rs::bundle::bundle_benchmark::bundle
Skipped
11 MB*
rust@build_module_graph
xtask/benchmark/benches/groups/build_chunk_graph.rs::chunk_graph::build_module_graph_benchmark
Skipped
86.8 MB*

Commits

Click on a commit to change the comparison range
Base
main
53b2c2f
-60.24%
chore: drop superpowers planning docs
c88e34a
1 day ago
by LingyuCoder
+60.5%
perf(javascript): skip empty deferred propagation
1aa9634
1 day ago
by LingyuCoder
-16.35%
fix(javascript): avoid deferred snapshot panic
f9b98a1
1 day ago
by LingyuCoder
+16.34%
fix(javascript): restore dynamic reexport behavior
5fc70fb
1 day ago
by LingyuCoder
+1.3%
perf(javascript): trim deferred propagation work
d263fdf
1 day ago
by LingyuCoder
-17.48%
test(javascript): sync export-star-ambiguous snapshot
3d503aa
1 day ago
by LingyuCoder
+13.24%
perf(javascript): reuse stable export analysis
8fb4322
1 day ago
by LingyuCoder
+2.96%
perf(javascript): narrow export analysis reuse
7bc1faa
1 day ago
by LingyuCoder
-20.97%
perf(javascript): precompute flat dependency targets
cfb9865
1 day ago
by LingyuCoder
+0.11%
fix(javascript): restore deferred wave refresh semantics
ff34648
1 day ago
by LingyuCoder
-0.2%
perf(javascript): index flat refresh dependents
a3a917c
1 day ago
by LingyuCoder
-0.19%
perf(javascript): cache deferred wave metadata
9243559
22 hours ago
by LingyuCoder
+3.54%
perf(javascript): cache export dependency ids
a81d518
22 hours ago
by LingyuCoder
-0.11%
test(javascript): fix propagation analysis helper
b7121f0
21 hours ago
by LingyuCoder
-1.5%
perf(javascript): precompute export dependency targets
d9c9178
21 hours ago
by LingyuCoder
-0.32%
perf(javascript): skip wave-local dependency tracking
94038d2
19 hours ago
by LingyuCoder
+0.22%
fix(javascript): avoid extra dependency collection helper args
a0d7bc4
19 hours ago
by LingyuCoder
+15.89%
perf(javascript): reuse static export analysis
cc3d4a7
17 hours ago
by LingyuCoder
+2.04%
perf(javascript): cache named esm reexport analysis
1b76a71
6 hours ago
by LingyuCoder
© 2026 CodSpeed Technology
Home Terms Privacy Docs