basic (working) examples of C binding, ... to a very simple iterative fibonacci function.
Sometimes the best way to speed up your code it's just to write some C code.
Just run ./compile.sh in each subfolder and you'll see the performance by yourself.
C++ implementation binded with boost.
Used with pyO3 integration.
'native' implementation in pure python
python user-defined integration with c code.
using only python code and loading a compiled shared library
example using boost
pure implementation in cython
swig bindings to use C code.
just use of jit decorator.