Re: Total maximal size of data

2010-01-25 Thread AlexM
On Jan 25, 3:31 pm, "Diez B. Roggisch" wrote: > Am 25.01.10 22:22, schrieb AlexM: > > > > > On Jan 25, 2:42 pm, "Diez B. Roggisch"  wrote: > >> Am 25.01.10 21:15, schrieb AlexM: > > >>> On Jan 25, 2:03 pm, "Diez B. Roggisch"

Re: Total maximal size of data

2010-01-25 Thread AlexM
On Jan 25, 2:42 pm, "Diez B. Roggisch" wrote: > Am 25.01.10 21:15, schrieb AlexM: > > > > > On Jan 25, 2:03 pm, "Diez B. Roggisch"  wrote: > >> Am 25.01.10 20:39, schrieb AlexM: > > >>> On Jan 25, 1:23 pm, "Diez B. Roggi

Re: Total maximal size of data

2010-01-25 Thread AlexM
On Jan 25, 2:37 pm, "Alf P. Steinbach" wrote: > * AlexM: > > > > > On Jan 25, 2:07 pm, Terry Reedy wrote: > >> On 1/25/2010 2:05 PM, Alexander Moibenko wrote: > > >>> I have a simple question to which I could not find an answer. > >&

Re: Total maximal size of data

2010-01-25 Thread AlexM
imum numbers of elements I am asking about total maximal size of list including size of its elements. In other words: if size of each list element is ELEMENT_SIZE and all elements have the same size what would be the maximal number of these elements in 32 - bit architecture? I see 3 GB, and wonder why

Re: Total maximal size of data

2010-01-25 Thread AlexM
On Jan 25, 2:03 pm, "Diez B. Roggisch" wrote: > Am 25.01.10 20:39, schrieb AlexM: > > > On Jan 25, 1:23 pm, "Diez B. Roggisch"  wrote: > >> Am 25.01.10 20:05, schrieb Alexander Moibenko: > > >>> I have a simple question to which I could not

Re: Total maximal size of data

2010-01-25 Thread AlexM
On Jan 25, 1:23 pm, "Diez B. Roggisch" wrote: > Am 25.01.10 20:05, schrieb Alexander Moibenko: > > > I have a simple question to which I could not find an answer. > > What is the total maximal size of list including size of its elements? > > I do not like to look into python source. > > But it wou