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 dmtr
Recipients dmtr, eric.araujo, ezio.melotti, rhettinger
Date 2010-08-05.10:11:42
SpamBayes Score 0.0013502127
Marked as misclassified No
Message-id <1281003104.61.0.0769553067814.issue9520@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your comment. Perhaps we should try separate this into two issues:
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);

2) Feature request/idea. Add Patricia Trie high performance container.
History
Date User Action Args
2010-08-05 10:11:44dmtrsetrecipients: + dmtr, rhettinger, ezio.melotti, eric.araujo
2010-08-05 10:11:44dmtrsetmessageid: <1281003104.61.0.0769553067814.issue9520@psf.upfronthosting.co.za>
2010-08-05 10:11:43dmtrlinkissue9520 messages
2010-08-05 10:11:42dmtrcreate