[Cs-dev] Had you heard about numba?
Date | 2013-02-21 00:12 |
From | Andres Cabrera |
Subject | [Cs-dev] Had you heard about numba? |
It sounds like luajit but for python, very interesting. Has anyone tried it and tested performance? http://numba.pydata.org/ Cheers, Andrés ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https://lists.sourcef |
Date | 2013-02-21 09:05 |
From | Oeyvind Brandtsegg |
Subject | Re: [Cs-dev] Had you heard about numba? |
Attachments | None None |
Haven't tested it. I used to use psyco for this kind of thing, and at first glance numba looks just as easy to use. There is also PyPy http://pypy.org/ 2013/2/21 Andres Cabrera <mantaraya36@gmail.com> It sounds like luajit but for python, very interesting. Has anyone -- Oeyvind Brandtsegg Professor of Music Technology NTNU 7491 Trondheim Norway Cell: +47 92 203 205 http://flyndresang.no/ http://www.partikkelaudio.com/ http://soundcloud.com/brandtsegg http://soundcloud.com/t-emp |
Date | 2013-02-22 18:57 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Had you heard about numba? |
Hi, I think this is not really the same thing as Pypy is a different implementation of python, whereas numba is a python module that does jit compiling from the current python module, plus it can optimize numpy arrays too. Some interesting detail here: http://jakevdp.github.com/blog/2012/08/24/numba-vs-cython/ Cheers, Andrés On Thu, Feb 21, 2013 at 1:05 AM, Oeyvind Brandtsegg |