Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
192eb884
Commit
192eb884
authored
Aug 19, 2016
by
Wenzel Jakob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..mention in benchmark docs as well
parent
68b193e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
docs/benchmark.rst
+4
-1
docs/intro.rst
+2
-2
No files found.
docs/benchmark.rst
View file @
192eb884
...
@@ -2,7 +2,10 @@ Benchmark
...
@@ -2,7 +2,10 @@ Benchmark
=========
=========
The following is the result of a synthetic benchmark comparing both compilation
The following is the result of a synthetic benchmark comparing both compilation
time and module size of pybind11 against Boost.Python.
time and module size of pybind11 against Boost.Python. A detailed report about a
Boost.Python to pybind11 conversion of a real project is available here: [#f1]_.
.. [#f1] http://graylab.jhu.edu/RosettaCon2016/PyRosetta-4.pdf
Setup
Setup
-----
-----
...
...
docs/intro.rst
View file @
192eb884
...
@@ -73,8 +73,6 @@ In addition to the core functionality, pybind11 provides some extra goodies:
...
@@ -73,8 +73,6 @@ In addition to the core functionality, pybind11 provides some extra goodies:
of `PyRosetta`_, an enourmous Boot.Python binding project, reported a binary
of `PyRosetta`_, an enourmous Boot.Python binding project, reported a binary
size reduction of **5.4x** and compile time reduction by **5.8x**.
size reduction of **5.4x** and compile time reduction by **5.8x**.
.. _PyRosetta: http://graylab.jhu.edu/RosettaCon2016/PyRosetta-4.pdf
- When supported by the compiler, two new C++14 features (relaxed constexpr and
- When supported by the compiler, two new C++14 features (relaxed constexpr and
return value deduction) are used to precompute function signatures at compile
return value deduction) are used to precompute function signatures at compile
time, leading to smaller binaries.
time, leading to smaller binaries.
...
@@ -82,6 +80,8 @@ In addition to the core functionality, pybind11 provides some extra goodies:
...
@@ -82,6 +80,8 @@ In addition to the core functionality, pybind11 provides some extra goodies:
- With little extra effort, C++ types can be pickled and unpickled similar to
- With little extra effort, C++ types can be pickled and unpickled similar to
regular Python objects.
regular Python objects.
.. _PyRosetta: http://graylab.jhu.edu/RosettaCon2016/PyRosetta-4.pdf
Supported compilers
Supported compilers
*******************
*******************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment