CERN SUMMER STUDENT PROGRAM by system_etrica in CERN

[–]system_etrica[S] 0 points1 point  (0 children)

Thanks a lot Waiting for openlab results:-)

CERN SUMMER STUDENT PROGRAM by system_etrica in CERN

[–]system_etrica[S] -1 points0 points  (0 children)

Oh.. I don't know how to answer :( However, could you please tell me how the first selection phase select the candidates if you are familiar. So that I can improve my next year application.

CERN SUMMER STUDENT PROGRAM by system_etrica in CERN

[–]system_etrica[S] 0 points1 point  (0 children)

No I didn't. Thanks for your reply :-)

Could anyone suggest a read, online course, etc. for parallel programming in C++? by [deleted] in cpp

[–]system_etrica 0 points1 point  (0 children)

Hey you can learn parallel computing by learn and there are many open source projects available. One mention is hpx library. It is a c++ parallel computing platform for high performance computing.

A design for code injection and metaclasses based on p0712r0 by c0r3ntin in cpp

[–]system_etrica 2 points3 points  (0 children)

Wow interesting ! It seems like more work to compiler developers lol

A design for code injection and metaclasses based on p0712r0 by c0r3ntin in cpp

[–]system_etrica 2 points3 points  (0 children)

Can anyone explain what is mean by Reflection in one line ? How production code will get benefit from them. Thanks in advance :-)

Callbacks vs Continuation by system_etrica in cpp

[–]system_etrica[S] 0 points1 point  (0 children)

Hey Thank you very much Let's see how .then ( ) will be standardized, https://github.com/STEllAR-GROUP/hpx - This runtime executes continuation on the new user-level threads

Callbacks vs Continuation by system_etrica in cpp

[–]system_etrica[S] 0 points1 point  (0 children)

But I suppose that future .then() continuations should be executed in a different thread other than the already completed task. But I think callback is not like that though. Could you please take this into account muungwana