These tips might help:
The native components are compiled C#. Which will likely always be faster than an IronPython implementation.
Edit: Here’s the result with no input type hint and using output type wrapping (which is largely the cost of the large loop i.e. with little input/output cost):
Deconstruct Point Study_AHD.gh (8.6 KB)
