Message309481
| Author | rhettinger |
|---|---|
| Recipients | rhettinger, serhiy.storchaka |
| Date | 2018-01-04.20:28:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1515097735.63.0.467229070634.issue32492@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-04 20:28:55 | rhettinger | set | recipients: + rhettinger, serhiy.storchaka |
| 2018-01-04 20:28:55 | rhettinger | set | messageid: <1515097735.63.0.467229070634.issue32492@psf.upfronthosting.co.za> |
| 2018-01-04 20:28:55 | rhettinger | link | issue32492 messages |
| 2018-01-04 20:28:55 | rhettinger | create | |