-
Notifications
You must be signed in to change notification settings - Fork 16
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
Idea: Performance better with while loop #57
Comments
In DSL, we could use the |
In |
It is slower to call the runner.(
task,
args,
circuit_options
) |
It seems that return [last_signal, args] is faster than return last_signal, args |
The entire idea of the circuit interface with a nested |
TODO: check if caller_locations in DSL.apply_step_on_sequence_builder makes it slower. We need it for deprecation warnings. |
In
Circuit#call
, a while loop that also doesn'tcall
termini anymore improves from 1.23 to 1.55.The text was updated successfully, but these errors were encountered: