Skip to content

Conversation

@efcking
Copy link
Contributor

@efcking efcking commented Nov 19, 2025

strings.SplitSeq (introduced in Go 1.23) returns a lazy sequence (strings.Seq), allowing gopher to iterate over tokens one by one without creating an intermediate slice.

It significantly reduces memory allocations and can improve performance for long strings.

More info: golang/go#61901

@github-actions github-actions bot added component:ci CI/CD workflow and automated jobs. component:configs type:services Service-related issues. labels Nov 19, 2025
@julienrbrt julienrbrt added the skip-changelog Don't check changelog for new entries label Nov 19, 2025
@julienrbrt julienrbrt merged commit 844337c into ignite:main Nov 19, 2025
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:ci CI/CD workflow and automated jobs. component:configs skip-changelog Don't check changelog for new entries type:services Service-related issues.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants