Skip to content

Speed up bundling in FURN - #3937

Merged
Jason Morse (JasonVMo) merged 4 commits into
mainfrom
user/jasonvmo/fast-bundling
Jul 14, 2025
Merged

Speed up bundling in FURN#3937
Jason Morse (JasonVMo) merged 4 commits into
mainfrom
user/jasonvmo/fast-bundling

Conversation

@JasonVMo

Copy link
Copy Markdown
Contributor

Platforms Impacted

  • all

Description of changes

Bundling was slow...it should now be substantially faster. There were a few things changed:

  • versions of the rnx-kit tools were way out of date for fluent-tester
  • added the symlinks resolver which often speeds up performance
  • simplified the regex expressions to either anchor them at the end, or root them at the start
  • made the duplicate elimination pattern scalable and added some new packages to it to avoid warnings.

@JasonVMo
Jason Morse (JasonVMo) requested a review from a team as a code owner July 14, 2025 21:20
@JasonVMo
Jason Morse (JasonVMo) merged commit 256ff24 into main Jul 14, 2025
11 checks passed
@JasonVMo
Jason Morse (JasonVMo) deleted the user/jasonvmo/fast-bundling branch July 14, 2025 23:39
Comment on lines 37 to +38
// Workaround for `EPERM: operation not permitted, lstat '~\midl-MIDLRT-cl.read.1.tlog'`
/.*\.tlog/,

// Prevent Metro from watching temporary files generated by Visual Studio
// otherwise it may crash when they are removed when closing a project.
/.*\/.vs\/.*/,
/.*\.tlog$/,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants