-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
An accumulation node type could be added to represent tasks that can be implemented using an accumulate construct, such as sums or products. This node type could be used to schedule a task with the accumulation function whenever a result becomes available instead of waiting for all summands of a sum to be available first. This would greatly reduce the number of variables that need to be kept in memory at the same time and remove the need for function calls with a large number of arguments, which can slow down compilation.
szabo137
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request