Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

Joe Jevnik at already worked through attempts optimize property/itemgetter.   
There isn't much fruit left there.

What I've outlined here should be several times faster.  The code will end-up 
being very similar to the __get__ for member objects which is currently the 
fastest form of attribute access.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32492>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to