FYI: Cython vs Pyrex
Maritza Mendez
martitzam at gmail.com
Mon May 9 13:47:55 UTC 2011
I have not tried this, but
http://pytools.codeplex.com/
and
http://www.eweek.com/c/a/Application-Development/Microsoft-Launches-Python-Tools-for-Visual-Studio-Beta-638994/
might help. It sounds like the plugin requires Visual Studio 2010 and I
don't know if it works with the free-as-in-beer edition of Visual Studio.
On Mon, May 9, 2011 at 6:29 AM, Alexander Belchenko <bialix at ukr.net> wrote:
> 09.05.2011 13:49, INADA Naoki пишет:
> > I tried simple test on IPython.
> >
> > a = range(10000)
> > %timeit _bencode_pyx.bencode(a)
> >
> > Cython: 2.5ms
> > Pyrex: 3.04ms
> >
> > Now Bazaar uses Pyrex when both of Pyrex and Cython is installed.
> > How about use Cython for default?
>
> As I remember, Cython generates the code which cannot be compiled with
> MSVC, and windows installer seems to use MSVC to build extensions.
> Maybe they fixed that, but I'm not sure somebody cares.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20110509/0e8b3d9d/attachment.html>
More information about the bazaar
mailing list