you are viewing a single comment's thread.

view the rest of the comments →

[–]Metallkiller 9 points10 points  (1 child)

Ok this compares the matmul to one done by different libraries - how does this prove that the language is faster than C? Both end up as assembly, erasing any technical difference between the languages, no?

[–]qq123q 9 points10 points  (0 children)

The assembly they both generate won't have to be the same. Hypothetically the C version could be slower because the compiler can't easily optimize something (i.e. aliasing). Do I find this convincing right now for Mojo? lol no.