GitHub: PythonCode/Benchmark
C vs Cython vs Python integration
Based on: https://github.com/strohel/PyBayes/tree/master/thesis/benchmark_c_cy_py
Compilation:
- Compile Cython, i.e, build
integrate_cython.so.python setup.py build_ext --inplace --force - Run:
./run.py
Recent changes
-
2015-12-28 b1221cb Rearranged structure
Categories: experiments, Python
Tags: pythoncode