| Name |
Last commit
|
Last Update |
|---|---|---|
| docs | ||
| example | ||
| include/pybind11 | ||
| tools | ||
| .appveyor.yml | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| CMakeLists.txt | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.md | ||
| logo.png | ||
| setup.cfg | ||
| setup.py |
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.
| Name |
Last commit
|
Last Update |
|---|---|---|
| docs | Loading commit data... | |
| example | Loading commit data... | |
| include/pybind11 | Loading commit data... | |
| tools | Loading commit data... | |
| .appveyor.yml | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .gitmodules | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| LICENSE | Loading commit data... | |
| MANIFEST.in | Loading commit data... | |
| README.md | Loading commit data... | |
| logo.png | Loading commit data... | |
| setup.cfg | Loading commit data... | |
| setup.py | Loading commit data... |