Hacker News new | ask | show | jobs
by sapek 3846 days ago
Very interesting. We use Boost.Python to provide Python binding for Bond [0]. It works well but having something lighter weight would is great. One big issue with Boost.Python is long compilation times. Does your library improve on that?

[0] https://microsoft.github.io/bond/manual/bond_py.html

1 comments

The benchmark page of the pybind11 documentation [0] compares build times and generated library size with Boost.Python.

[0] http://pybind11.readthedocs.org/en/latest/benchmark.html