You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes the model of execution from internal iterator to external.
We go from a recursive execution to an iterative execution with a
explicit stack and VTable requesting execution on a child.
This can help with stack overflow on high-depth array trees.
## Breaks
Changed the execute method. Likely unused externally.
Follow ups:
- Will remove the usage of recursive calls from all arrays.
- Will change the execution method to take a Session so its easier to
see internal execution.
---------
Signed-off-by: Nick Gates <nick@vortex.dev>
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Co-authored-by: Nicholas Gates <nick@nickgates.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments