On May 11, 8:28 pm, forrest yang <gforrest.y...@gmail.com> wrote:
> hi
> i am trying to insert a lot of data into a dict, which may be
> 10,000,000 level.
> after inserting 100000 unit, the insert rate become very slow, 50,000/
> s, and the entire time used for this task would be very long,also.
> would anyone know some solution for this case?
>

Are you running out of memory?  What are your keys?  Are you able to
gather any more specific data about the slowdown--do all operations
slow down equally or are there spurts of slowness?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to