[Python-Dev] compiler optimizations: collecting ideas (original) (raw)

Steven D'Aprano steve at pearwood.info
Fri Nov 14 16:06:04 CET 2008


On Sat, 15 Nov 2008 01:27:54 am Daniel Furrer wrote: [snip]

We're looking for: - Hints as to which python compiler would be best to work on. (The official Python compiler package seems very nice to work with actually...) - If there are any requests in the area of optimization that we could have a look at

Even though the PEP has been rejected, I do like the idea of optimising chains of if...elif:

http://www.python.org/dev/peps/pep-0275/

-- Steven



More information about the Python-Dev mailing list