Re: [Numpy-discussion] Numpy performance boost

2011-08-31 Thread Isaac Gouy
- Original Message - > From: Chris.Barker > To: numpy-discussion@scipy.org > Cc: > Sent: Wednesday, August 31, 2011 9:08 AM > Subject: Re: [Numpy-discussion] Numpy performance boost > > On 8/31/11 3:58 AM, Dieter Weber wrote: >>  just wanted to show an exa

Re: [Numpy-discussion] Numpy performance boost

2011-08-31 Thread Chris.Barker
On 8/31/11 3:58 AM, Dieter Weber wrote: > just wanted to show an example of how python3 + numpy compares with just > python3 and many other languages and language implementations: > http://shootout.alioth.debian.org/u64q/performance.php?test=mandelbrot#about hmmm - it would be interesting to see w

Re: [Numpy-discussion] Numpy performance boost

2011-08-31 Thread Isaac Gouy
Dieter, thank you for contributing a numpy mandelbrot program - but no thanks for your "disqualified for doing things differently" comment here. The benchmarks game has been showing a spectral-norm program based on numpy as an "interesting alternative" for the last couple of years - http://shoot

[Numpy-discussion] Numpy performance boost

2011-08-31 Thread Dieter Weber
Hi, just wanted to show an example of how python3 + numpy compares with just python3 and many other languages and language implementations: http://shootout.alioth.debian.org/u64q/performance.php?test=mandelbrot#about The python3 program using numpy is #6 and you find it with the "interesting alter