This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients dwyde, rhettinger, tim.peters
Date 2018-12-01.20:53:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543697598.21.0.788709270274.issue35369@psf.upfronthosting.co.za>
In-reply-to
Content
> I've heard of using human choices for comparisons, when fewer decisions could provide a notable speedup.

Memoization is the usual solution when expensive computations are being repeated.  That technique preserves the work that was done and it avoids adding unnecessary complexity to the consumer code.

> Do you think it's worth posting to python-ideas to see 
> what people's use cases are?

No, that would be a waste of time and it wouldn't change the validity of Tim's insights.
History
Date User Action Args
2018-12-01 20:53:18rhettingersetrecipients: + rhettinger, tim.peters, dwyde
2018-12-01 20:53:18rhettingersetmessageid: <1543697598.21.0.788709270274.issue35369@psf.upfronthosting.co.za>
2018-12-01 20:53:18rhettingerlinkissue35369 messages
2018-12-01 20:53:18rhettingercreate