Re: Populating a dictionary, fast
- From: Michael Bacarella <mbac@xxxxxxxxxxxxx>
- Date: Sun, 11 Nov 2007 07:35:07 -0800 (PST)
----- Original Message ----
From: Paul Rubin <http://phr.cx@xxxxxxxxxxxxxx>
To: python-list@xxxxxxxxxx
Sent: Sunday, November 11, 2007 12:45:44 AM
Subject: Re: Populating a dictionary, fast
Michael Bacarella <mbac@xxxxxxxxxxxxx> writes:
If only it were so easy.
I think I know what's going on, the dictionary updates are sending the
GC into quadratic behavior. Try turning off the GC:
import gc
gc.disable()
Tried that already. No difference. :(
.
- Follow-Ups:
- Re: Populating a dictionary, fast
- From: DouhetSukd
- Re: Populating a dictionary, fast
- Prev by Date: Re: Global variables within classes.
- Next by Date: Re: Populating a dictionary, fast
- Previous by thread: Re: Populating a dictionary, fast
- Next by thread: Re: Populating a dictionary, fast
- Index(es):
Relevant Pages
|