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

Rework FunctionCalls to allow multiple returned objects #44

Merged
merged 12 commits into from
Dec 4, 2024

Conversation

AntonReinhard
Copy link
Member

This is necessary for the additional rework of closures, which now allow closures in more than 1 depth. This means that closures can now be applied recursively and scale to much larger function sizes. The passed closures_size is now taken as a guideline to calculate a recursive depth that is used, and from that the actual closure size is derived. For very large functions, it may, therefore, deviate from the passed value considerably.

FunctionCalls are now also ready for VectorizationNode operations in the future.

Closes #40

@AntonReinhard AntonReinhard marked this pull request as ready for review December 4, 2024 15:00
@AntonReinhard AntonReinhard merged commit 1c35bb9 into ComputableDAGs:main Dec 4, 2024
3 checks passed
@AntonReinhard AntonReinhard deleted the function-call branch December 4, 2024 15:00
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.

More powerful FunctionCall
1 participant