[Numpy-discussion] Fortran was dead ... [was Re: rewriting NumPy code in C or C++ or similar]

Matthieu Brucher matthieu.brucher at gmail.com
Tue Mar 15 11:05:00 EDT 2011


>
> C++ templates maks binaries almost impossible to debug.
>

Never had an issue with this and all my number crunching code is done
through metaprogramming (with vectorization, cache blocking...) So I have a
lot of complex template structures, and debugging them is easy.
Then, if someone doesn't want to do fancy stuff and uses templates a la
Fortran, it's _very_ easy to debug.

BTW, instead of Blitzz++, you have vigra and Eigen that are the new
equivalent libraries, and you may want to keep an eye on Intel's ArBB.

Matthieu
-- 
Information System Engineer, Ph.D.
Blog: http://matt.eifelle.com
LinkedIn: http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110315/284fe9c2/attachment.html>


More information about the NumPy-Discussion mailing list