Skip to content

Commit f24e85b

Browse files
committed
2 parents b08e199 + a4fe40f commit f24e85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papers-and-presentations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Date: 2012-05-17
580580

581581
Abstract:
582582
_Part 1: Beauty_
583-
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.
583+
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.
584584

585585
_Part 2: Truth_
586586
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.

0 commit comments

Comments
 (0)