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

Guido van Rossum guido@python.org
Fri, 08 Feb 2002 13:09:27 -0500


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.