Skip to content

Fix performance and infinite recursion problem (max call stack) due to unconstrained spread of arrays#12

Merged
NaamuKim merged 3 commits into
NaamuKim:mainfrom
NullVoxPopuli:patch-1
May 10, 2026
Merged

Fix performance and infinite recursion problem (max call stack) due to unconstrained spread of arrays#12
NaamuKim merged 3 commits into
NaamuKim:mainfrom
NullVoxPopuli:patch-1

Conversation

@NullVoxPopuli
Copy link
Copy Markdown
Contributor

@NullVoxPopuli NullVoxPopuli commented May 8, 2026

generally, spreading arrays should be avoided, because you never know if the iterator will run forever

…pread

generally, spreading arrays should be avoided, because you never know if the iterator will run forever
@NullVoxPopuli NullVoxPopuli changed the title Fix performance and infinite recursion problem due to unconstrained s… Fix performance and infinite recursion problem due to unconstrained spread of arrays May 8, 2026
@NullVoxPopuli NullVoxPopuli changed the title Fix performance and infinite recursion problem due to unconstrained spread of arrays Fix performance and infinite recursion problem (max call stack) due to unconstrained spread of arrays May 8, 2026
Copy link
Copy Markdown
Owner

@NaamuKim NaamuKim left a comment

Choose a reason for hiding this comment

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

LGTM 👍 Thanks for your contribution and I like it. I will publish patch version after merging this PR

@NaamuKim NaamuKim merged commit cc24a13 into NaamuKim:main May 10, 2026
2 of 3 checks passed
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.

2 participants