FYI: Cython vs Pyrex
Alexander Belchenko
bialix at ukr.net
Mon May 9 13:29:53 UTC 2011
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.
More information about the bazaar
mailing list