wassimj / topologicpy

The python bindings for topologic
MIT License
83 stars 23 forks source link

Speed up TransferDictionaries method #37

Closed seulement55 closed 11 months ago

seulement55 commented 11 months ago

Hi @wassimj

Distribute the job to multiple processes in which are real thread in Python. This method can improve 50% of performance. I have run on my laptop (Core I7 12th, RAM: 40GB), it decreased from 13.5 seconds to 6.8 seconds.

Please help to take a look.