Live data from Hacker News

Multithreading in modern C++

modernescpp.com

11–20 of 41 posts

Re: Multithreading in modern C++

#11

The next article should be interesting!

Is this a joke about unending C++ standards with each one promising more and more cool features people patiently wait for and then when it's finalized it turns out that the coolest/most useful stuff got delayed again? This is what sprung to mind anyway.

Herb Sutter addresses this issue in his latest post: https://herbsutter.com/2016/03/11/trip-report-winter-iso-c-s...

I agree, it feels like not a lot, but when you look at the standardization process I think it's safe to say that healthy progress has been made on most if not all the promises made.

Re: Multithreading in modern C++

#15
post #14
post #8

Am I missing something, or is this article virtually content-free?

Wait, the domain is called "modernescpp.com", that's Modern s Cpp... not Modern Cpp. Wow, that's not good....

That's intentional as it is a translation of a German blog:

> Because the roots of my blogs are in German, I will continue to call him Modernes C++. That is not by mistake.

http://www.modernescpp.com/index.php/warum-einen-blog-zu-mod...

Not saying it's a good decision...

Re: Multithreading in modern C++

#17
So I had been looking at threading for an embedded system recently.

I found Intel's Thread Building Blocks [1] which looked exactly like what I wanted.

Unfortunately, there are some long-standing issues with the ARM port, to the point that the included unit tests take a long time and/or crash on ARM (in this case it was on a Nvidia Jetson TK1).

If I had more time and expertise, I'd have tried to debug that further.

So is there anything else in that direction I should be looking at?

[1] https://software.intel.com/en-us/intel-tbb/

Re: Multithreading in modern C++

#18
post #9
post #6

Earlier quoted context omitted.

I think this is a translation error. The article is possibly an English translation of an article that was originally written in German. Algorithmen is the plural for algorithm in German.

Apparently you can become famous by proof-reading this guy's articles: http://www.modernescpp.com/index.php/for-the-proofreaders-an... oO

German Humor.
Post reply on HN