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

Why do loops differentiate between odd and even #13

Open
zhanggd112233 opened this issue Oct 12, 2021 · 1 comment
Open

Why do loops differentiate between odd and even #13

zhanggd112233 opened this issue Oct 12, 2021 · 1 comment

Comments

@zhanggd112233
Copy link

The comment is to prevent deadlocks, but I don't understand

@ArturoSbr
Copy link

This is a pretty late reply, but I thought I could throw in my input anyway.

I think that may help in breaking the logical plan between iterations. I believe results are cached at the end of each iteration, so differentiating between odds and evens may help the interpreter understand that it should use the last cached result instead of going all the way back and building from scratch.

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

No branches or pull requests

2 participants