[Numpy-discussion] Execution time difference between 2.7 and 3.2 using numpy

Frédéric Bastien nouiz at nouiz.org
Wed Mar 20 11:12:17 EDT 2013


On Wed, Mar 20, 2013 at 11:01 AM, Colin J. Williams
<cjwilliams43 at gmail.com> wrote:
> On 20/03/2013 10:30 AM, Frédéric Bastien wrote:
>>
>> Hi,
>>
>> win32 do not mean it is a 32 bits windows. sys.platform always return
>> win32 on 32bits and 64 bits windows even for python 64 bits.
>>
>> But that is a good question, is your python 32 or 64 bits?
>
> 32 bits.

That explain why you have memory problem but not other people with 64
bits version. So if you want to work with bigger input, change to a
python 64 bits.

Fred



More information about the NumPy-Discussion mailing list