Open clbarnes opened 4 years ago
Iterate through cartesian product to determine which queries need to happen first. Split into self-hit and other, then add reverses if necessary at the end.
Probably won't gain much in serial, but would make parallelisation easier.
Iterate through cartesian product to determine which queries need to happen first. Split into self-hit and other, then add reverses if necessary at the end.