Python to C library benchmark tests This project contains test code for a variety of methods used for loading C or C++ libraries into Python, and tests their speed of execution. Currently it is using: swig pybind11 ctypes