Vadoola / dxf2elmt

A CLI program to convert .dxf to .elmt
MIT License
0 stars 1 forks source link

Could parallelization be added? #6

Open Vadoola opened 3 weeks ago

Vadoola commented 3 weeks ago

If I add the ability to pass in multiple DXF files for converting, I could easily parallelize that. is there a way to parallelize if it's only operating on one file? such as iterating over the DXF elements in parallel?