iri
iri copied to clipboard
Make tip selection multi-threaded
Description
Currently the GTTA call is synchronized and we use a single thread executor for some reason. Let's make this mult-threaded
Motivation
Faster tip-sel
Requirements
- Stop using a single-thread executor
- Via tests determine a recommended number of threads that we should allow