ANN: Shed Skin 0.2, an experimental (restricted) Python-to-C++ compiler
William Dode
wilk at flibuste.net
Mon Jul 20 07:56:49 EDT 2009
On 19-07-2009, Mark Dufour wrote:
> Hi all,
>
> I have just released version 0.2 of Shed Skin, an experimental
> (restricted) Python-to-C++ compiler (http://shedskin.googlecode.com).
I just tested it with a litle game, to find the places of horse on
a board 5x5. The result is :
c 5s
gcj 7s
java 7s
shedskin 8s
python + psyco 18s
cython avec malloc *int 18s
cython 55s avec [] python
python 303s (5m3s)
--
William Dodé - http://flibuste.net
Informaticien Indépendant
More information about the Python-list
mailing list