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

Moved to heap-allocated arrays for arrays that depend on y0 size #76

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

jrenaud90
Copy link
Owner

Moved away from stack to heap allocated vectors for arrays that depend on the size of y0. Prior stack allocation required a hard upper limit which was a limitation for some use cases (See GitHub Issue #74 .

@jrenaud90 jrenaud90 merged commit 69b67f7 into main Nov 25, 2024
39 checks passed
@jrenaud90 jrenaud90 deleted the Experimenting-with-heap-allocated-arrays branch November 25, 2024 18:53
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.

1 participant