Skip to content

Commit

Permalink
Grammer fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Jul 13, 2024
1 parent 8edc56d commit a4fe40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papers-and-presentations.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ Date: 2012-05-17

Abstract:
_Part 1: Beauty_
C++ has seen a resurgence in usage as efficiency has come to dominate costs. Yet many still hold their nose as they move to C++. It can be a frightening transition for a programmer coming from Java, JavaScript, or Python. As a community, we need to leverage the tools provided by C++11 to write beautiful, efficient, code.
C++ has seen a resurgence in usage as efficiency has come to dominate costs. Yet many still hold their nose as they move to C++. It can be a frightening transition for a programmer coming from Java, JavaScript, or Python. As a community, we need to leverage the tools provided by C++11 to write beautiful, efficient code.

_Part 2: Truth_
On modern hardware, straight C++ code gives you access to just 0.25% of the available performance on the machine. With C++11 we unlock only a little more with thread support. One of the largest challenges for the language and libraries going forward will be how to get at the other 99.75% of the machine.
Expand Down

0 comments on commit a4fe40f

Please sign in to comment.