[Python-Dev] Speeding up instance attribute access (original) (raw)

Guido van Rossum guido@python.org
Fri, 08 Feb 2002 14🔞20 -0500


(By mistake I sent an incomplete version of this earlier. Please ignore that and read this instead.)

Inspired by the second half of Jeremy's talk on DevDay, here's my alternative approach for speeding up instance attribute access. Like my idea for globals, it uses double indirection rather than recompilation.

--Guido van Rossum (home page: http://www.python.org/~guido/)