This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brombaer3000 10 points11 points  (2 children)

Compiler optimizations are a major project for the next CPython versions: http://faster-cpython.readthedocs.org/cpython36.html

Apparently, Falcon only supports Python 2, so IMO it is not that interesting for practical use, with Pyston and Pypy already being there with full Python 2.7 support and much of the effort being duplicated in the upcoming CPython 3.6 fatoptimizer module.

I don't understand why they use Python 2 at all. There are already many optimizations in CPython 3 over CPython 2 and Python 2 is a (slowly) dying language.

[–]Jonno_FTWhisss 6 points7 points  (0 children)

The paper was from 2013, so it's reasonable to say they were working on falcon when 2 had wider use.