CADability icon indicating copy to clipboard operation
CADability copied to clipboard

Parallel STEP import

Open SOFAgh opened this issue 2 years ago • 0 comments

STEP import is quite slow. Now many things during import can be done parallel. If the conditional compilation symbol "PARALLEL" is set, multiple threads are used when importing STEP files which makes it much faster. This is still experimental but I would appreciate to get some feedback. This is new in the ParallelStepImport branch which will be merged into the master branch later.

SOFAgh avatar Jan 06 '22 16:01 SOFAgh