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
PR #750 introduces a new expression subpackage that defines an expression protocol. To allow merging some of the originial TODOs are postponed and tracked here.
The motivation is a more performant expression evaluation.
Alternative: Another solution that allows slower evaluation is by making the ForLoopPT instantiation more performant via a good ProgramBuilder implementation #782.
ExpressionVector wrapper
Triage which expression internals uses are fine and which are not
Automate expression protocol testing
The text was updated successfully, but these errors were encountered:
PR #750 introduces a new expression subpackage that defines an expression protocol. To allow merging some of the originial TODOs are postponed and tracked here.
The motivation is a more performant expression evaluation.
Alternative: Another solution that allows slower evaluation is by making the
ForLoopPT
instantiation more performant via a good ProgramBuilder implementation #782.The text was updated successfully, but these errors were encountered: