Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71406 > unrolled thread

Re: What is the difference between 32 and 64 bit Python on Windows 7 64 bit?

Started bySturla Molden <sturla.molden@gmail.com>
First post2014-05-13 01:41 +0200
Last post2014-05-13 01:41 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: What is the difference between 32 and 64 bit Python on Windows 7 64 bit? Sturla Molden <sturla.molden@gmail.com> - 2014-05-13 01:41 +0200

#71406 — Re: What is the difference between 32 and 64 bit Python on Windows 7 64 bit?

FromSturla Molden <sturla.molden@gmail.com>
Date2014-05-13 01:41 +0200
SubjectRe: What is the difference between 32 and 64 bit Python on Windows 7 64 bit?
Message-ID<mailman.9924.1399938089.18130.python-list@python.org>
On 12/05/14 15:42, Sturla Molden wrote:

> - A one-dimensional NumPy array with dtype np.float64 can keep 16 GB of
> data before a 32 bit index is too small and Python starts to use long. A
> two-dimensional NumPy array with dtype np.float64 can keep 256 GB of
> data before a 32 bit index is too small.


Oops, the latter should be 34359738336 GB (that is, 32767 pentabytes) :)

Sturla




[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web