mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
66c9a40213
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. |
||
---|---|---|
.. | ||
_static | ||
advanced.rst | ||
basics.rst | ||
benchmark.py | ||
benchmark.rst | ||
classes.rst | ||
cmake.rst | ||
conf.py | ||
index.rst | ||
intro.rst | ||
Makefile | ||
pybind11_vs_boost_python1.svg | ||
pybind11_vs_boost_python2.svg | ||
reference.rst |