iri icon indicating copy to clipboard operation
iri copied to clipboard

Make tip selection multi-threaded

Open GalRogozinski opened this issue 4 years ago • 0 comments

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

  1. Stop using a single-thread executor
  2. Via tests determine a recommended number of threads that we should allow

GalRogozinski avatar Apr 07 '20 14:04 GalRogozinski