how fast is mycropython ?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
BarbaraValenzuela
Posts: 1
Joined: Thu Jul 11, 2019 3:17 pm

how fast is mycropython ?

Post by BarbaraValenzuela » Thu Jul 11, 2019 3:18 pm

How slow is micropython in comaprison to c/c++ in for (a) control code , (b) math code , without using any native libraries ?

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: how fast is mycropython ?

Post by pythoncoder » Thu Jul 11, 2019 3:31 pm

You might like to watch this talk by Damien which sheds a lot of light on this issue.
Peter Hinch
Index to my micropython libraries.

rpr
Posts: 99
Joined: Sat Oct 27, 2018 5:17 pm

Re: how fast is mycropython ?

Post by rpr » Thu Jul 11, 2019 11:46 pm

Thanks for that link. Very illuminating.

I tried those on my ESP32. The first two programs (led1, led2) ran slower than the pyboard, while the next two (led3, led4) ran a little faster. For obvious reasons, I could not run the native and viper demos.

Post Reply