|
|
|
|
|
by credit_guy
1470 days ago
|
|
The performance benchmark is extremely underwhelming. Multiplication of 2 400x400 matrices takes about 25 seconds, compared to more than 50 seconds for Python. But in Python everybody uses numpy to multiply matrices, and at this size the runtime is less than 1 millisecond on any recent CPU. |
|
Anyway I think the benchmark is underwhelming for a different reason - Python is extremely slow so beating it surely isn't that Impressive?
I guess on the other hand... one guy has made a faster language than one made by an entire army of Python developers.