Hello, when I compile pure Python code with Cython 0.12 and/or Cython 0.13, which are the options recommended for optimal performance. I am doing some comparative benchmarking to CPython based on Valgrind and I wonder if I am doing it correctly.
Currently I only use: cython --embed and from cython --help (0.12) there wasn't much else I could try. so is that all? Any difference expected between C and C++ code generation? And then what to use for gcc (the C/C++ compiler of choice or is any other working for you better on Linux), simply -O3 and be done with it? Or is there any experience indicating that some special options will give measurable improvements? Obviously I would like to first use the correct options and only then publish results. So please let me know. :-) Yours, Kay _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
