[pyar] NumPy, SciPy, .NET y C

Angel Java Lopez ajlopez2000 en gmail.com
Vie Jun 15 07:21:51 ART 2012


Hola gente!

Hace poco nombraron a NumPy, SciPy en la lista de Node.js en ingles, con
referencia a si se puede implementar librarias matematicas en
Javascript/Node. Hoy encuentro un articulo del anio pasado:

http://www.infoq.com/news/2011/07/NumPy-NET

donde comenta la implementacion de NumPy, SciPy sobre IronPython accesible
desde C# y F#:
http://pytools.codeplex.com/wikipage?title=NumPy%20and%20SciPy%20for%20.Net

Lo que me confunde es que el articulo de InfoQ dice:

The combination of NumPy and SciPy offers some notable advantages over
normal .NET code. While .NET’s garbage collector can offer better
performance than manual memory management, there is something to be said
for the raw computational speed one can get from highly optimized C code.

On top of this is the concept of views. Instead of copying arrays, NumPy
allows one to create arrays that are live subsets of other arrays. Changing
the subset, known formally as a view, also changes the original array. This
allows for cleaner code without sacrificing performance.

??? Algo que el articulo de codeplex no parece mencionar. Volviendo al
original, entiendo que NumPy tiene ese manejo de arreglos, pero no veo en
http://en.wikipedia.org/wiki/NumPy
...Thus any algorithm that can be expressed primarily as operations on
arrays and matrices can run almost as quickly as the equivalent C code...

ninguna mencion a que use C para eso. Sus algoritmos estan en Python, es
asi?

Gracias por cualquier info!

Nos leemos!

Angel "Java" Lopez
http://www.ajlopez.com
http://twitter.com/ajlopez
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20120615/fc6b23f8/attachment.html>


More information about the pyar mailing list