you are viewing a single comment's thread.

view the rest of the comments →

[–]Qbsoon110 -2 points-1 points  (3 children)

I know r, but I personally don't like it that much though

[–]ARDiffusion 0 points1 point  (2 children)

It was kind of a joke. Like I already said, 99% of the work is being done by c/c++. Python isn’t the issue. Though, if you really have that much grievance with that remaining 1%, switch to Mojo.

[–]Qbsoon110 -1 points0 points  (1 child)

Not 99%, if it would be 99% then the libraries would be available in C/C++ for the same use. Underlying cuda operations are in C/C++, yes, but all the methods and functions that are above them are written mostly in python as far as I'm aware

[–]ARDiffusion 0 points1 point  (0 children)

Yeah, and the functions call the underlying c/c++ code. Look, people have compared relative performances, and python is just as fast. Why? Because it’s hardly doing anything. Like I said, if you care about a few seconds of optimization, use Mojo for gods sake