Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: switch to using an iterative stack #394

Merged
merged 3 commits into from
Mar 19, 2024
Merged

perf: switch to using an iterative stack #394

merged 3 commits into from
Mar 19, 2024

Conversation

RebeccaStevens
Copy link
Owner

@RebeccaStevens RebeccaStevens commented Mar 17, 2024

Re: eslint-functional/eslint-plugin-functional#767

Should hopefully fix stack overflow issues when analyzing large complex types.

It probably won't fix all stack overflow errors as I believe some are caused by the loop never terminating. More investigation is needed.

@RebeccaStevens RebeccaStevens merged commit 2858ad3 into main Mar 19, 2024
11 checks passed
@RebeccaStevens RebeccaStevens deleted the inter-loop branch March 19, 2024 09:30
github-actions bot pushed a commit that referenced this pull request Mar 19, 2024
## [2.0.2](v2.0.1...v2.0.2) (2024-03-19)

### Performance Improvements

* switch to using an iterative stack ([#394](#394)) ([2858ad3](2858ad3))
Copy link

🎉 This PR is included in version 2.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Released It's now live.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant