Skip to content

fix(slate): performance issues caused by ultra-long nodes(#5992)#5993

Closed
Guan-Erjia wants to merge 1 commit intoianstormtaylor:mainfrom
Guan-Erjia:fix/array_destructuring_performance
Closed

fix(slate): performance issues caused by ultra-long nodes(#5992)#5993
Guan-Erjia wants to merge 1 commit intoianstormtaylor:mainfrom
Guan-Erjia:fix/array_destructuring_performance

Conversation

@Guan-Erjia
Copy link
Contributor

@Guan-Erjia Guan-Erjia commented Dec 18, 2025

Description
Calling Node.fragment incurs additional performance overhead due to array destructuring. Consider replacing it with slice and contact to achieve the same functionality.

Issue
Fixes: #5992

Checks

  • The new code matches the existing patterns and styles.
  • The tests pass with yarn test.
  • The linter passes with yarn lint. (Fix errors with yarn fix.)
  • The relevant examples still work. (Run examples with yarn start.)
  • You've added a changeset if changing functionality. (Add one with yarn changeset add.)

@changeset-bot
Copy link

changeset-bot bot commented Dec 18, 2025

⚠️ No Changeset found

Latest commit: 907c91d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@Guan-Erjia Guan-Erjia closed this Dec 18, 2025
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.

In the case of large documents, using the cut function took a lot of time.

1 participant