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 pitrou
Recipients dmtr, eric.araujo, ezio.melotti, mark.dickinson, pitrou, rhettinger
Date 2010-08-05.12:06:17
SpamBayes Score 0.005449539
Marked as misclassified No
Message-id <1281009979.16.0.576524423423.issue9520@psf.upfronthosting.co.za>
In-reply-to
Content
> 1) Bug. Python's dict() is unusable on datasets with 10,000,000+ keys. 
> Here I should provide a solid test case showing a deviation from O(1);

Try to disable the cyclic garbage collector before the test (gc.disable()).
History
Date User Action Args
2010-08-05 12:06:19pitrousetrecipients: + pitrou, rhettinger, mark.dickinson, ezio.melotti, eric.araujo, dmtr
2010-08-05 12:06:19pitrousetmessageid: <1281009979.16.0.576524423423.issue9520@psf.upfronthosting.co.za>
2010-08-05 12:06:17pitroulinkissue9520 messages
2010-08-05 12:06:17pitroucreate