From 9d91facfdd376e771536967d6a43a3aa4790bc45 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Mon, 22 Sep 2014 08:57:50 +0200 Subject: [PATCH] add link to blog --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 69a67d2..7b8dead 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ modifications, because they [break][EoUB] the use of some C and C++ language fea Generally, modern C++ code which makes heavy use of header-only libraries will profit the most from cotiring. +This [blog post][shrp] discusses speedup results obtained for real-world projects. + known issues ------------ @@ -144,3 +146,4 @@ known issues [jom]:http://qt-project.org/wiki/jom [intel]:http://software.intel.com/en-us/c-compilers [XGE]:http://www.incredibuild.com +[shrp]:http://unriskinsight.blogspot.co.at/2014/09/sharpen-your-tools.html