Skip to content

Less parsing, allocation & LINQ when splitting strings#18048

Merged
AndyButland merged 3 commits intoumbraco:contribfrom
Henr1k80:split-tweaks
Jan 31, 2025
Merged

Less parsing, allocation & LINQ when splitting strings#18048
AndyButland merged 3 commits intoumbraco:contribfrom
Henr1k80:split-tweaks

Conversation

@Henr1k80
Copy link
Copy Markdown
Contributor

@Henr1k80 Henr1k80 commented Jan 20, 2025

Prerequisites

  • I have added steps to test this contribution in the description below

Description

Less parsing, allocation & LINQ when splitting strings

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 20, 2025

Hi there @Henr1k80, thank you for this contribution! 👍

While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:

  • It's clear what problem this is solving, there's a connected issue or a description of what the changes do and how to test them
  • The automated tests all pass (see "Checks" tab on this PR)
  • The level of security for this contribution is the same or improved
  • The level of performance for this contribution is the same or improved
  • Avoids creating breaking changes; note that behavioral changes might also be perceived as breaking
  • If this is a new feature, Umbraco HQ provided guidance on the implementation beforehand
  • 💡 The contribution looks original and the contributor is presumably allowed to share it

Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution.

If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request.

Thanks, from your friendly Umbraco GitHub bot 🤖 🙂

@emmagarland
Copy link
Copy Markdown
Collaborator

Hi @Henr1k80

Thanks for your PR to optimise the string splitting.

One of the Core Collaborators team will review this as soon as possible.

Best wishes

Emma

@AndyButland AndyButland self-assigned this Jan 31, 2025
Copy link
Copy Markdown
Contributor

@AndyButland AndyButland left a comment

Choose a reason for hiding this comment

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

All looks good here again, thanks @Henr1k80. I just added a small unit test to explicitly cover one of the methods you updated, so I could verify via that means that the refactoring hadn't changed anything with the output. Will merge this once the build server is happy.

@AndyButland AndyButland enabled auto-merge (squash) January 31, 2025 13:47
@AndyButland AndyButland merged commit def9bd0 into umbraco:contrib Jan 31, 2025
@Henr1k80 Henr1k80 deleted the split-tweaks branch March 31, 2025 11:35
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.

4 participants