"docs/planner/sla_planner_quickstart.md" did not exist on "c6e3db5eee7e0c6a53540a118a62bd1e3ea21f33"
Much more efficient generation of function signatures, updated docs
This modification taps into some newer C++14 features (if present) to generate function signatures considerably more efficiently at compile time rather than at run time. With this change, pybind11 binaries are now *2.1 times* smaller compared to the Boost.Python baseline in the benchmark. Compilation times get a nice improvement as well. Visual Studio 2015 unfortunately doesn't implement 'constexpr' well enough yet to support this change and uses a runtime fallback.
Showing
include/pybind11/descr.h
0 → 100644
Please register or sign in to comment