True the GT only runs on a single thread, but you can ease its load with async and worker threads. You have to do all the leg work and manage it though.
1 Like
True the GT only runs on a single thread, but you can ease its load with async and worker threads. You have to do all the leg work and manage it though.