Commit fc1e4ef
authored
perf: reduce code splitter allocation and lookup overhead (#13968)
* perf: optimize code splitter prepare
* fix: recompute skipped connection state
* perf: reduce depth assignment allocations
* perf: avoid indexmap in code splitter prepare
* perf: reduce code splitter prepare allocations
* perf: avoid prepared connection slice allocation
* perf: streamline prepared connection finalization
* perf: preallocate dynamic import chunk naming
* perf: streamline chunk group merging
* perf: reduce depth preparation lookups
* fix: address code splitter review feedback
* perf: reduce code splitter preparation overhead
* perf: streamline chunk group connection queue
* perf: reduce outdated chunk group processing allocations1 parent fafedfd commit fc1e4ef
3 files changed
Lines changed: 377 additions & 278 deletions
File tree
- crates
- rspack_core/src/compilation
- build_chunk_graph
- rspack_plugin_esm_library/src
0 commit comments