-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Parallel query tweaks #56983
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
Parallel query tweaks #56983
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @Zoxc (who knows this code best) |
@ljedrz Did this pass tests locally with |
@Zoxc sure did; when I saw their recent performance wins I decided to keep it that way. We can always do a |
@bors r+ |
📌 Commit dfe187d has been approved by |
Parallel query tweaks - faster stack reversal in `remove_cycle` - insert visited queries more eagerly - simplify stack trimming in `cycle_check` - minor refactoring in 2 spots
☀️ Test successful - status-appveyor, status-travis |
remove_cycle
cycle_check