Why Python Script component is slow?

I have noticed Python component in comparison to original GH components with the same functionality works dramatically slow. As you can see on the figure it is 6 times slower than the original, ow! Maybe I do something wrong?

Area component on the top is multithreaded :wink: (these 2 dots on the component symbolize it)

1 Like

In addition to multithreading, here are some additional tips that might speed up your implementation:

Also, remember to post your file. Where, in this case, your type hints and access settings might be key to performance.

2 Likes

That is the thing :thinking:

1 Like