Greetings,
I wrote a tool to process ~ 500 galaxy rotation curves for my theory in astrophysics (Finite Theory) in Python and C++:
https://github.com/philippeb8/grc/blob/main/src/main.cpp
I'm not sure why Python is so popular given it's a trillion times
slower than C++.
Anyway my point is parallel_for that I'm using is by far very essential to speed up these types of algorithms. I remember back at university we were using a language called Parallaxis for parallel processing. Functions like parallel_for can definitely fill in this gap.
So I was just wondering if there are any plans to parallelize
C++?
Regards,
|
|
|||||||
Le message ci-dessus,
ainsi que les documents l'accompagnant, sont destinés
uniquement aux personnes identifiées et peuvent contenir
des informations privilégiées, confidentielles ou ne
pouvant être divulguées. Si vous avez reçu ce message par
erreur, veuillez le détruire.This communication (and/or the attachments) is intended for named recipients only and may contain privileged or confidential information which is not to be disclosed. If you received this communication by mistake please destroy all copies. |
||||||||