clbarnes / nblast-rs

GNU General Public License v3.0
4 stars 1 forks source link

Improve symmetric query optimisation #7

Open clbarnes opened 4 years ago

clbarnes commented 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.

clbarnes commented 4 years ago

Probably won't gain much in serial, but would make parallelisation easier.