source of the python benchmarks
Mostrar comentarios más antiguos
Here in this page MATLAB team has mentioned that they have a dozen of benchmarks shwoing MATLAB is faster than Python:

However I can't find the source code to these benchmarks. I would appreciate if you could provide me with those. I very much like to study them. Thanks in advance.
6 comentarios
per isakson
el 9 de Dic. de 2018
Editada: per isakson
el 9 de Dic. de 2018
An alternate report: Basic Comparison of Python, Julia, Matlab, IDL and Java (2018 Edition)
Foad Sojoodi Farimani
el 9 de Dic. de 2018
per isakson
el 9 de Dic. de 2018
Editada: per isakson
el 9 de Dic. de 2018
Now the link works.
This is a "promotion text" by the Mathworks marketing department.
Foad Sojoodi Farimani
el 10 de Dic. de 2018
Image Analyst
el 6 de Sept. de 2023
@per isakson the nasa.gov link is broken (again).
the cyclist
el 6 de Sept. de 2023
Respuestas (1)
Al Danial
el 10 de Sept. de 2023
0 votos
Broadly speaking I'd agree that MATLAB is often faster than Python. However, with a bit of optimization work you can just as often make Python run faster than MATLAB for computationally intensive work. The combination of Python + Numba can be a viable substitute to mex, that is, you can make your MATLAB code run faster by calling compute intensive functions in Numba-enhanced Python code! https://al.danial.org/posts/accelerate_matlab_with_python_and_numba/ has examples.
Categorías
Más información sobre Call MATLAB from Python en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!