multiplication_comparison.gh (26.9 KB)
Same code for all multiplication scripts in this definition:
a = x * y
Why are the times so much worse with the new scripts (IronPython 2, Python 3, C#)?
I also tried to run the following in Python 3 but it only runs in IronPython 2:
prm = ghenv.Component.Params.Input[0].Sources[0]
comp = prm.Attributes.GetTopLevel.DocObject
t = str(comp.ProcessorTime)