Performance ordered dictionary vs normal dictionary

Chris Rebert clp2 at rebertia.com
Wed Jul 28 22:01:10 EDT 2010


On Wed, Jul 28, 2010 at 6:47 PM, Navkirat Singh <navkirats at gmail.com> wrote:
> Hi guys,
>
> I was wondering what would be better to do some medium to heavy book keeping in memory - Ordered Dictionary or a plain simple Dictionary object??

Your question is rather vague. Define "book keeping". Why do you feel
an OrderedDict might be useful in solving your problem?

Cheers,
Chris



More information about the Python-list mailing list