Python performance

Chris Ryland cpr at emsoftware.com
Fri Mar 10 11:07:13 EST 2000


Maybe Python 3K would be a good time to revisit the structure of the
interpreter (allowing massive breakage to the C interface for
embedding/extending) in order to make it more optimizable?

E.g., one could start using old Lisp implementation tricks such as encoding
primitive objects in the actual object pointer, etc. There's probably a
reasonably short catalog of such techniques that are well-known in the Lisp
world.

Then again, if GvR really *isn't* interested in serious performance
speed-ups ("not that there's anything wrong with that" ;-), nothing's
probably gonna happen.
--
Cheers!
/ Chris Ryland, President / Em Software, Inc. / www.emsoftware.com

"Chris Ryland" <cpr at emsoftware.com> wrote in message
news:jQ%w4.238$m4.7517 at news...
> The recent Python-for-Lisp-ers note and other recent notes have brought up
> Python performance.
>






More information about the Python-list mailing list