mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
..one more typo
This commit is contained in:
parent
514371ebec
commit
d4285a6dda
@ -78,7 +78,7 @@ In addition to the core functionality, pybind11 provides some extra goodies:
|
||||
|
||||
- Binaries are generally smaller by a factor of at least 2 compared to
|
||||
equivalent bindings generated by Boost.Python. A recent pybind11 conversion
|
||||
of PyRosetta, an enourmous Boost.Python binding project,
|
||||
of PyRosetta, an enormous Boost.Python binding project,
|
||||
[reported](http://graylab.jhu.edu/RosettaCon2016/PyRosetta-4.pdf) a binary
|
||||
size reduction of **5.4x** and compile time reduction by **5.8x**.
|
||||
|
||||
|
@ -72,7 +72,7 @@ In addition to the core functionality, pybind11 provides some extra goodies:
|
||||
|
||||
- Binaries are generally smaller by a factor of at least 2 compared to
|
||||
equivalent bindings generated by Boost.Python. A recent pybind11 conversion
|
||||
of `PyRosetta`_, an enourmous Boost.Python binding project, reported a binary
|
||||
of `PyRosetta`_, an enormous Boost.Python binding project, reported a binary
|
||||
size reduction of **5.4x** and compile time reduction by **5.8x**.
|
||||
|
||||
- When supported by the compiler, two new C++14 features (relaxed constexpr and
|
||||
|
Loading…
Reference in New Issue
Block a user