Pyrex - Numeric demo doesn't build in 0.7.2

andrew cooke andrew at acooke.org
Wed May 14 20:09:02 EDT 2003


Fernando Perez <fperez528 at yahoo.com> writes:

Are you aware of Single Assignment C?  It's kind-of like C without
pointers and can be heavly optimized (to C, which you then compile as
normal).  It would probably let you achieve fortran speeds without
needing to use Fortran.

http://www.sac-home.org/index.php?p=.%2F21_About_Sac2c

Andrew


> Pedro Rodriguez wrote:
[...]
> While this is a micro-benchmark (grain of salt, blah...), it's still a useful
> guide.  My approach these days is still to use C/C++ when I can (via
> weave.inline), resorting to Fortran (via f2py) only if I have to.  Numeric may
> be ok also in many non-critical areas.
[...]

-- 
http://www.acooke.org






More information about the Python-list mailing list