Current Fastest Python Implementation?

cokofreedom at gmail.com cokofreedom at gmail.com
Mon Feb 18 03:41:27 EST 2008


On Feb 18, 9:37 am, Stefan Behnel <stefan... at behnel.de> wrote:
> samuraisam wrote:
> > Has anyone done any recent testing as to which current python
> > implementation is the quickest?
>
> Search for a recent thread on CPython and IronPython.
>
> > Perhaps for Django development -
> > though the current one certainly is fast (and I doubt micro
> > optimizations would make much difference in overall performance).
> > Regardless - have those pypy folks made a faster implementation, or
> > the jython folks? Or the .NET implementation?
>
> Depends on your use case. Take your application, do some benchmarking and use
> the implementation that turns out to be a) most reliable and b) the fastest.
>
> In that order.
>
> Stefan

PyPy [http://codespeak.net/pypy/dist/pypy/doc/home.html] is getting
progressively faster.

In fact for certain things it can be faster than C [http://
morepypy.blogspot.com/2008/01/rpython-can-be-faster-than-c.html]!

However it seems it still has a way to go to be fully operational!
Still looks like the future to me.



More information about the Python-list mailing list