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 Mark.Shannon, benjamin.peterson, giampaolo.rodola, gregory.p.smith, pitrou, pjenvey, terry.reedy, vstinner
Date 2012-01-30.00:05:55
SpamBayes Score 0.00017751945
Marked as misclassified No
Message-id <1327881956.05.0.941632758958.issue13903@psf.upfronthosting.co.za>
In-reply-to
Content
I see two unrelated parts in your patch:
 - change dictionary structure in memory
 - change many constants linked to optimization: PyDICT_MAXFREELIST: 80->40, 2/3->5/8, etc.

You may open a new issue for the second part, except if I am wrong and you need to change constants for the first part?

(I don't understand why you changed constants and how you chose new values.)
History
Date User Action Args
2012-01-30 00:05:56vstinnersetrecipients: + vstinner, terry.reedy, gregory.p.smith, pitrou, giampaolo.rodola, pjenvey, benjamin.peterson, Mark.Shannon
2012-01-30 00:05:56vstinnersetmessageid: <1327881956.05.0.941632758958.issue13903@psf.upfronthosting.co.za>
2012-01-30 00:05:55vstinnerlinkissue13903 messages
2012-01-30 00:05:55vstinnercreate