The Daily C++
1.83K subscribers
10 photos
2 files
596 links
The best channel about C++ News!
Every day a lot of news!

Send your project/repo/guide/tutorial to @dailycppbot
Download Telegram
Channel created
Channel photo updated
Tags: #auto #type #loops

https://blog.petrzemek.net/2016/08/17/auto-type-deduction-in-range-based-for-loops/

"This post tries to present rules of thumb that you can use in day-to-day coding. As you will see, only four of these variants are generally useful."
Tags: #cpp14 #cpp17 #improvecoding

https://kfrlib.com/blog/how-c14-and-c17-help-to-write-faster-and-better-code-real-world-examples/

How C++14 and C++17 help to write faster (and better) code. Real world examples
Tags: #performance #libcpp #compared #libstdcpp
http://lists.llvm.org/pipermail/cfe-dev/2016-July/049814.html

"Of the 248 tests, libc++ was faster by at least 5% in 58 of the tests and libstdc++ was faster by at least 5% in 94 of the tests. libc++ was faster by at least 20% in 14 of the tests and libstdc++ was faster by at least 20% in 64 of the tests. The real problem, however, comes from the extremums. libc++ is never more than 65% faster than libstdc++"