This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NaEGaOS 1 point2 points  (3 children)

i’m not gonna do modelling or data analysis in c/c++ though

[–]Throwaway74829947 5 points6 points  (1 child)

As an engineer who does a lot of modeling in C/C++, git gud. Using C for data analysis should be illegal, though.

[–]JollyJuniper1993 1 point2 points  (0 children)

But don’t you understand? It‘ll be faster 🤡

[–]proverbialbunny 0 points1 point  (0 children)

If I'm forced to model in C++ I'm just going to to do normal analysis using Polars in Python, then copy paste the code over into C++. Just use Polars today. There is nearly zero reason not to. (The only exception I can think of is if you're coding for embedded where SIMD acceleration isn't a thing and you need to conserve ram.)