Mentions légales du service

Skip to content

Feature/map parallel

Julien Wintz requested to merge feature/map-parallel into develop

Created by: nniclausse

This PR adds a new ParallelMap node . It has the same functionality as the Map node, but it runs in parallel using qthreads. The Spawn node is also fixed and runs only with a qthread communicator. In order to do that, a new Writer that do not depend on the scene has been written .

Merge request reports