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 methane
Recipients ezio.melotti, methane, mrabarnett, rhettinger, serhiy.storchaka, vstinner
Date 2017-12-18.09:29:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513589385.27.0.213398074469.issue32338@psf.upfronthosting.co.za>
In-reply-to
Content
> We are talking about a dictionary of 512 items in the worst case. On such very tiny collection, benchmarking matters more than O(...) complexity ;-)

You're right. Rob Pike said:

"Fancy algorithms are slow when n is small, and n is usually small."
http://users.ece.utexas.edu/~adnan/pike.html
History
Date User Action Args
2017-12-18 09:29:45methanesetrecipients: + methane, rhettinger, vstinner, ezio.melotti, mrabarnett, serhiy.storchaka
2017-12-18 09:29:45methanesetmessageid: <1513589385.27.0.213398074469.issue32338@psf.upfronthosting.co.za>
2017-12-18 09:29:45methanelinkissue32338 messages
2017-12-18 09:29:45methanecreate