Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch datastructure Vector -> Set for algorithmic complexity (#3652)
In the same project as #3651, this code was also having trouble because of the rapidly growing alldeps, which would end up with many repeated entries. Switch the data structure to fix the algorithmic complexity here also. (cherry picked from commit 0e0cf45)
- Loading branch information