<div dir="ltr">Using optional type annotations is a really promising strategy and may eventually be added to Pyston, but our primary target right now is unmodified and untyped Python code.  I think there's room for both approaches -- I think the "using type annotations to achieve near-native performance" can be very useful ex. in a numerical computing context, but might not apply as well to a "large web application" case.<div class="gmail_extra">

<br><div class="gmail_quote">On Thu, Apr 3, 2014 at 3:42 PM, Sturla Molden <span dir="ltr"><<a href="mailto:sturla.molden@gmail.com" target="_blank">sturla.molden@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">Kevin Modzelewski <<a href="mailto:kmod@dropbox.com">kmod@dropbox.com</a>> wrote:<br>
<br>
> Since it's the question that I think most people will inevitably (and<br>
> rightly) ask, why do we think there's a place for Pyston when there's PyPy<br>
> and (previously) Unladen Swallow?<br>
<br>
</div>Have you seen Numba, the Python JIT that integrates with NumPy?<br>
<br>
<a href="http://numba.pydata.org" target="_blank">http://numba.pydata.org</a><br>
<br>
It uses LLVM to compile Python bytecode. When I have tried it I tend to get<br>
speed comparable to -O2 in C for numerical and algorithmic code.<br>
<br>
Here is an example, giving a 150 times speed boost to Python:<br>
<br>
<a href="http://stackoverflow.com/questions/21811381/how-to-shove-this-loop-into-numpy/21818591#21818591" target="_blank">http://stackoverflow.com/questions/21811381/how-to-shove-this-loop-into-numpy/21818591#21818591</a><br>


<br>
<br>
Sturla<br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/kmod%40dropbox.com" target="_blank">https://mail.python.org/mailman/options/python-dev/kmod%40dropbox.com</a><br>
</blockquote></div><br></div></div>