[issue9520] Add Patricia Trie high performance container

Mark Dickinson report at bugs.python.org
Thu Aug 5 13:12:12 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

> 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);

That would be helpful.  Are you sure that the slow-down you're seeing isn't simply due to running out of system memory?

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9520>
_______________________________________


More information about the Python-bugs-list mailing list