[Python-Dev] speeding up list append calls
Fredrik Lundh
fredrik at pythonware.com
Wed Sep 14 20:59:05 CEST 2005
More information about the Python-Dev mailing list
Wed Sep 14 20:59:05 CEST 2005
- Previous message: [Python-Dev] speeding up list append calls
- Next message: [Python-Dev] Skiping searching throw dictionaries of mro() members.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Phillip J. Eby wrote: > I think this is called a "polymorphic inline cache", although it doesn't > seem very polymorphic if you're only caching one type. :) if it's not polymorphic, it's an ordinary inline cache (aka "call-site cache"). (see various Self papers for more on polymorphic caches) </F>
- Previous message: [Python-Dev] speeding up list append calls
- Next message: [Python-Dev] Skiping searching throw dictionaries of mro() members.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list