very large dictionary

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Fri Aug 1 03:51:28 EDT 2008


On Fri, 01 Aug 2008 00:46:09 -0700, Simon Strobl wrote:

> I tried to load a 6.8G large dictionary on a server that has 128G of
> memory. I got a memory error. I used Python 2.5.2. How can I load my
> data?

What does "load a dictionary" mean?  Was it saved with the `pickle` 
module?

How about using a database instead of a dictionary?

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list