Have you ever wondered which method of creating a Dynamo graph is faster?

Is it out of the box (OOTB), Python or ZeroTouch?

Well, this came up recently on a RevitKid livestream with Marcello, so I thought it would be cool to test.

Check out the video below for the comparison!

Results from the video: FinalResultsVideo

I did want to provide one update for the Python portion. If you were to be extremely specific on the modules you import, the subsequent runs improve quite a bit.

(I do think it is worth noting that I typically just use theimport* method out of habit though)

PythonSpecificLibraries