iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 371 forks source link

Make tip selection multi-threaded #1828

Open GalRogozinski opened 4 years ago

GalRogozinski commented 4 years ago

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