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 vstinner
Recipients methane, pitrou, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-11-15.14:18:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479219515.58.0.919148562259.issue28618@psf.upfronthosting.co.za>
In-reply-to
Content
> How about marking lookdict_unicode and lookdict_unicode_nodummy as hot?

Ok, your benchmark results doens't look bad, so I marked the following functions as hot:

- lookdict
- lookdict_unicode
- lookdict_unicode_nodummy
- lookdict_split

It's common to see these functions in the top 3 of "perf report".
History
Date User Action Args
2016-11-15 14:18:35vstinnersetrecipients: + vstinner, pitrou, methane, python-dev, serhiy.storchaka, yselivanov
2016-11-15 14:18:35vstinnersetmessageid: <1479219515.58.0.919148562259.issue28618@psf.upfronthosting.co.za>
2016-11-15 14:18:35vstinnerlinkissue28618 messages
2016-11-15 14:18:35vstinnercreate