JIT compilers for Python, what is the latest news?
Joshua Landau
joshua.landau.ws at gmail.com
Sat Apr 6 06:23:43 EDT 2013
More information about the Python-list mailing list
Sat Apr 6 06:23:43 EDT 2013
- Previous message (by thread): JIT compilers for Python, what is the latest news?
- Next message (by thread): JIT compilers for Python, what is the latest news?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5 April 2013 19:37, Devin Jeanpierre <jeanpierreda at gmail.com> wrote: > On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky <john_ladasky at sbcglobal.net> > wrote: > > On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote: > >> Have you looked at Cython? Not quite the same, but still... > > > > I'm already using Numpy, compiled with what is supposed to be a fast > LAPACK. I don't think I want to attempt to improve on all the work that > has gone into Numpy. > > There's no reason you can't use both cython and numpy. See: > http://docs.cython.org/src/tutorial/numpy.html Don't use this. Use memoryviews: http://docs.cython.org/src/userguide/memoryviews.html. I have no idea why that doc page isn't headed "DEPRICATED" by now. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20130406/e875c969/attachment.html>
- Previous message (by thread): JIT compilers for Python, what is the latest news?
- Next message (by thread): JIT compilers for Python, what is the latest news?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list