On Sat, Feb 25, 2017, 10:12 PM justin hidair <[email protected]> wrote:
> > > Le samedi 25 février 2017 01:03:25 UTC-8, Justin Israel a écrit : > > I don't have much to offer in terms of specifics to the right api calls, > but I can imagine 10k python functions calls is insanely slower than 10k > C++ calls. > > > What you just said hurt my feelings lol I don't like that > Hah. I'm sorry to be the bearer of bad news. But that benefit you gain in fast prototyping and expressiveness in the dynamic python language is always going to come at a cost. If you are comparing many of thousands of functions calls, attribute accesses, etc, of a dynamically typed interpreted language to a compiled statically typed language, you will find a wide gap. > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/ec357991-0a0d-4895-8be1-729b501f0588%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/ec357991-0a0d-4895-8be1-729b501f0588%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0ttMo7B4uvYxosesmNoQTi2kcZw6Uz2zLG4%3DLE0S7hoA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
