In <[EMAIL PROTECTED]>, diffuser78 wrote: > I want to write a program which would have a 2 dimensional array of 1 > billion by 1 billion. This is for computational purposes and evaluating > a mathematical concept similar to Erdos number.
Lets say you just want a byte at each cell in that array:
You have: (1 billion)^2 bytes
You want: terabyte
* 1000000
/ 1e-06
Hope you have enough memory. ;-)
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list
