Skip to content

Conversation

@beyondkmp
Copy link
Contributor

@beyondkmp beyondkmp commented Nov 24, 2025

Fix #9094

Replace Array.some() with Set-based lookup for checking duplicate paths in processParentDirectories, improving performance from O(n) to O(1). Also remove check option from hoister configuration.

🤖 Generated with Claude Code

Replace Array.some() with Set-based lookup for checking duplicate paths in processParentDirectories, improving performance from O(n) to O(1). Also remove check option from hoister configuration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@changeset-bot
Copy link

changeset-bot bot commented Nov 24, 2025

🦋 Changeset detected

Latest commit: ee0e022

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
app-builder-lib Patch
dmg-builder Patch
electron-builder-squirrel-windows Patch
electron-builder Patch
electron-forge-maker-appimage Patch
electron-forge-maker-nsis-web Patch
electron-forge-maker-nsis Patch
electron-forge-maker-snap Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mmaietta mmaietta merged commit 7f7113d into electron-userland:master Nov 25, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Packaging speed difference v22 vs v26

2 participants