On Fri, Dec 19, 2008 at 6:29 PM, Mike Coleman <tutu...@gmail.com> wrote: > I have a program that creates a huge (45GB) defaultdict. (The keys > are short strings, the values are short lists of pairs (string, int).) > Nothing but possibly the strings and ints is shared. >
> That is, after executing the final statement (a print), it is apparently > spending a > huge amount of time cleaning up before exiting. > I have done 'gc.disable()' for performance (which is hideous without it)--I > have > no reason to think there are any loops. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com