Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42905

Re: JIT compilers for Python, what is the latest news?

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <joshua.landau.ws@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.038
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'mrab': 0.05; 'subject:Python': 0.06; 'see:': 0.07; 'cc:addr:python-list': 0.11; '&gt;&gt;': 0.16; 'thursday,': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'email addr:gmail.com&gt;': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; '&gt;': 0.26; 'compiled': 0.26; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'received:209.85.217': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'doc': 0.31; 'subject:what': 0.31; 'this.': 0.32; 'supposed': 0.32; 'quite': 0.32; 'fri,': 0.33; 'subject:the': 0.34; "can't": 0.35; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'skip:& 20': 0.39; 'gone': 0.61; 'john': 0.61; 'to:addr:gmail.com': 0.65; 'headed': 0.84; 'subject:latest': 0.84; 'same,': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=9lIzAOZqqEOtoLu1FIw1yILrFfsbkoo53M2BvOzHCvE=; b=ff2Qe6yQ9WrEgvqMb0C18yg2O+7oV0KH4EZ6yETllzef5X6bdc7lHke9SR44OlKcIH iGSq6XiGyFES+ZSZTFPc5EVir7sDslZ+Rp+v09QTEU1E4V8CPBGkREU3sujW8fRlBp9R OezN8/cbmdifbmOJzY7Tim0tNMkCO+9SYVHh31KMT5bUN6jaI6DtBPF5Xyr/AbuH0Rwg JyfLHlEGkganGuB30XyYDVarp+WeaZTuRDO2F/AzjO8d72YDRqR6tvvG0gCQ2PeHDXHI NIl4AIXTQBBPnFnJkusKuFyKqQu8mxsSprtx5Ad94YtauBJ6ldYg5iufu1E9lcvxdggT F2+g==
X-Received by 10.112.125.232 with SMTP id mt8mr7945486lbb.110.1365243863630; Sat, 06 Apr 2013 03:24:23 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <CABicbJKFDA94Ymbm2TvPt8TzpwezrSXCYZAq1yniZ0C6mbyjmw@mail.gmail.com>
References <6ac24546-6cc6-4a01-9fa6-3b52d64484e3@googlegroups.com> <mailman.121.1365129540.3114.python-list@python.org> <a287f539-223e-4571-a1af-1529c8b80500@googlegroups.com> <CABicbJKFDA94Ymbm2TvPt8TzpwezrSXCYZAq1yniZ0C6mbyjmw@mail.gmail.com>
From Joshua Landau <joshua.landau.ws@gmail.com>
Date Sat, 6 Apr 2013 11:23:43 +0100
Subject Re: JIT compilers for Python, what is the latest news?
To Devin Jeanpierre <jeanpierreda@gmail.com>
Content-Type multipart/alternative; boundary=089e01160d608609aa04d9ae9b21
Cc python-list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.198.1365243870.3114.python-list@python.org> (permalink)
Lines 57
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1365243870 news.xs4all.nl 6887 [2001:888:2000:d::a6]:38196
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:42905

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On 5 April 2013 19:37, Devin Jeanpierre <jeanpierreda@gmail.com> wrote:

> On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky <john_ladasky@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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

JIT compilers for Python, what is the latest news? John Ladasky <john_ladasky@sbcglobal.net> - 2013-04-04 19:29 -0700
  Re: JIT compilers for Python, what is the latest news? MRAB <python@mrabarnett.plus.com> - 2013-04-05 03:39 +0100
    Re: JIT compilers for Python, what is the latest news? John Ladasky <john_ladasky@sbcglobal.net> - 2013-04-05 01:34 -0700
      Re: JIT compilers for Python, what is the latest news? Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-04-05 14:37 -0400
      Re: JIT compilers for Python, what is the latest news? Joshua Landau <joshua.landau.ws@gmail.com> - 2013-04-06 11:23 +0100
    Re: JIT compilers for Python, what is the latest news? John Ladasky <john_ladasky@sbcglobal.net> - 2013-04-05 01:34 -0700
  Re: JIT compilers for Python, what is the latest news? Chris Angelico <rosuav@gmail.com> - 2013-04-05 19:27 +1100
    Re: JIT compilers for Python, what is the latest news? John Ladasky <john_ladasky@sbcglobal.net> - 2013-04-05 01:39 -0700
      Re: JIT compilers for Python, what is the latest news? Chris Angelico <rosuav@gmail.com> - 2013-04-05 19:49 +1100
      Re: JIT compilers for Python, what is the latest news? Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-05 11:32 -0600
        Re: JIT compilers for Python, what is the latest news? John Ladasky <john_ladasky@sbcglobal.net> - 2013-04-05 11:13 -0700
          Re: JIT compilers for Python, what is the latest news? Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-05 13:05 -0600
        Re: JIT compilers for Python, what is the latest news? John Ladasky <john_ladasky@sbcglobal.net> - 2013-04-05 11:13 -0700
      Re: JIT compilers for Python, what is the latest news? Robert Kern <robert.kern@gmail.com> - 2013-04-05 10:46 +0100
    Re: JIT compilers for Python, what is the latest news? John Ladasky <john_ladasky@sbcglobal.net> - 2013-04-05 01:39 -0700
      Re: JIT compilers for Python, what is the latest news? ptb <petertbrady@gmail.com> - 2013-04-05 05:18 -0700
  Re: JIT compilers for Python, what is the latest news? Ian Foote <ian@feete.org> - 2013-04-05 13:50 +0100
  Re: JIT compilers for Python, what is the latest news? Joshua Landau <joshua.landau.ws@gmail.com> - 2013-04-06 11:27 +0100
  Re: JIT compilers for Python, what is the latest news? rusi <rustompmody@gmail.com> - 2013-04-06 08:45 -0700
  Re: JIT compilers for Python, what is the latest news? Stefan Behnel <stefan_ml@behnel.de> - 2013-04-06 21:41 +0200

csiph-web