> It’s also about 2x slower than the original Python. All of this indirection > is necessary to preserve the dynamic semantics of Python. Basically it’s > taking the calls into the runtime that a Python interpreter would make, and > writing them out one after another.
this single-thread slowdown does appear on the performance graph published in the article. python historically has had significant effort thrown behind single-thread/process performance. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.