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
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
https://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++"
Tags: #gdb #debug

https://www.viva64.com/en/b/0430/#ID0EYBAE

GDB is a tool that is hard to live without. Of course, as Brooks says: "The quality in software development is achieved through proper design, not by endless testing".
Tags: #stl #memoryusage

https://lemire.me/blog/2016/09/15/the-memory-usage-of-stl-containers-can-be-surprising/

"One of the benefits of C++ is the built-in STL containers offering the standard data structures like vector, list, map, set. They are clean, well tested and well documented."