Comment on Reflections on 2 years of CPython's JIT CompilerparentComments−PaulHoule1yJavascript and Common Lisp aren't as fast as C but they are faster than Python.−eigenspace1yJavascript and common lisp don't have object models that are as anathema to optimization as python does. Well, CLOS is pretty bad, but at least the badness is typically isolated.
Comments
Javascript and Common Lisp aren't as fast as C but they are faster than Python.
Javascript and common lisp don't have object models that are as anathema to optimization as python does. Well, CLOS is pretty bad, but at least the badness is typically isolated.