ffig
ffig copied to clipboard
Compare performance with boost::python
Boost python can produce bindings for C++ code. Performance comparisons would be useful.
http://www.boost.org/doc/libs/1_64_0/libs/python/doc/html/index.html
also see
https://pybind11.readthedocs.io/en/latest/ for a lightweight alternative to boost::python.