Re: [Cython] Utilities, cython.h, libcython

2011-10-07 Thread Vitja Makarov
2011/10/7 Vitja Makarov : > 2011/10/7 Stefan Behnel : >> Vitja Makarov, 06.10.2011 23:12: >>> >>> Here is small comparison on compiling urllib.py with cython: >>> >>> ((e8527c5...)) vitja@mchome:~/work/cython-vitek-git/zzz$ time python >>> ../cython.py urllib.py >>> >>> real    0m1.699s >>> user  

Re: [Cython] Utilities, cython.h, libcython

2011-10-07 Thread Vitja Makarov
2011/10/7 Stefan Behnel : > Vitja Makarov, 06.10.2011 23:12: >> >> Here is small comparison on compiling urllib.py with cython: >> >> ((e8527c5...)) vitja@mchome:~/work/cython-vitek-git/zzz$ time python >> ../cython.py urllib.py >> >> real    0m1.699s >> user    0m1.650s >> sys     0m0.040s >> (mas

Re: [Cython] Utilities, cython.h, libcython

2011-10-07 Thread Stefan Behnel
Vitja Makarov, 06.10.2011 23:12: Here is small comparison on compiling urllib.py with cython: ((e8527c5...)) vitja@mchome:~/work/cython-vitek-git/zzz$ time python ../cython.py urllib.py real0m1.699s user0m1.650s sys 0m0.040s (master) vitja@mchome:~/work/cython-vitek-git/zzz$ time py