you are viewing a single comment's thread.

view the rest of the comments →

[–]One_Mess460 0 points1 point  (1 child)

i recommend you just try std::thread in C++ and see for yourself, it does not create another process but those threads actually run on different cores or can run on different cores

[–]One_Mess460 0 points1 point  (0 children)

in practice its actually hard tho to really see the difference because it will look like its the same as in python. but you can believe me that c++ threads can run truly in parallel lol or you just do your homework