Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95145
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python speed |
| Date | 2015-08-07 23:57 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <mq3gm2$suq$1@reader1.panix.com> (permalink) |
| References | <2261c8c6-77ba-453d-9205-0a922fa67c81@googlegroups.com> |
On 2015-08-07, rogerh906@gmail.com <rogerh906@gmail.com> wrote: > Can anyone compare PyNum calculation speed to Fortran? > > This is for a number crunching program working with large files. Well I can tell you how the numerical analysis and data visualization programs _I_ use to write would compare to Fortran: The Python programs were infinitely faster than Fortran because the probability I could have gotten equivelent Fortran programs to work before the data became moot was pretty much zero. On a more serious note, almost all of the heavy lifting in the programs I wrote (array operations, curve fitting, Delaunay triangulation, etc.) was all done by libraries written in Fortan and C. So I doubt the difference between Fortran and Python would have mattered (assuming I _could_ have written equivalent programs in Fortran). -- Grant
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Python speed rogerh906@gmail.com - 2015-08-07 07:08 -0700
Re: Python speed beliavsky@aol.com - 2015-08-07 09:57 -0700
Re: Python speed Laura Creighton <lac@openend.se> - 2015-08-07 19:17 +0200
Re: Python speed Christian Gollwitzer <auriocus@gmx.de> - 2015-08-07 23:26 +0200
Re: Python speed Laura Creighton <lac@openend.se> - 2015-08-08 00:01 +0200
Re: Python speed rogerh906@gmail.com - 2015-08-07 12:30 -0700
Re: Python speed Grant Edwards <invalid@invalid.invalid> - 2015-08-07 23:57 +0000
csiph-web