source of the python benchmarks

1 Ansicht (letzte 30 Tage)
Foad Sojoodi Farimani
Foad Sojoodi Farimani am 9 Dez. 2018
Beantwortet: Al Danial am 10 Sep. 2023
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 Kommentare
Image Analyst
Image Analyst am 6 Sep. 2023
@per isakson the nasa.gov link is broken (again).
the cyclist
the cyclist am 6 Sep. 2023
Looks like this is a newer, working NASA link to equivalent content

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Al Danial
Al Danial am 10 Sep. 2023
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.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by