-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dag: make set intersection and difference use fast paths more aggress…
…ively Summary: In `xs - ys` and `xs & ys` cases, the order of `ys` does not matter. Let's just try aggressively flatten them. This should not affect correctness. Reviewed By: zzl0 Differential Revision: D58442045 fbshipit-source-id: af5fcb82221173a6e0a6dce57564a735b667e8d2
- Loading branch information
1 parent
84576dc
commit 58a1c65
Showing
3 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters