Guido van Rossum <[email protected]> added the comment:

> Note: attrgetter could easily be made faster by migrating it to use 
> vectorcall.

Sure, though code that *doesn't* use attrgetter is usually easier to read -- 
attrgetter is rare enough in my experience that I usually have to look it up. 
So making attrgetter unnecessary in most cases would also be welcome.

(The exception is when you have many trivial pass-through properties, or when 
the attribute name is a variable to begin with.)

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue46148>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to