2011/8/12 Vitja Makarov <vitja.maka...@gmail.com>: > Hi! > > Recently I've found one more Python to C compiler, that translates > python bytecode into C source. > And author says about 100% Python compatibility. The project is a > signle 800KB python file. > > http://code.google.com/p/2c-python/ > > I was wondering when found that 2c beats Cython in some benchmarks. > For instance, it's about 2 times faster than Cython in pystone test > (pure python mode). > > Think we should investigate performance differences and make cython faster. >
Performance boost is because of --direct-call flag. With --no-direct-call flag performance is about the same. -- vitja. _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel