Efficiency for calling Julia from python and purely run Julia

There is another mechanism, which is to use PackageCompiler.jl and export a C function pointer to a Julia function via @cfunction. You can then call this C function pointer from Python.

@mlxd put together a presentation regarding this approach:

3 Likes