Michael Bacarella <[EMAIL PROTECTED]> 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()
--
http://mail.python.org/mailman/listinfo/python-list
