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
feat(revset): use hints to optimize binary revset evals
Now that we can pass revsets around to limit how many commits a rhs examines
during it's evaluation, this change actually starts passing such hints, but
only for `intersection()` and `difference()`.
This is a crude approach, of course, but it gets the job done and it
significantly improves performance for `intersection()` and `difference()`.
0 commit comments