Well, compiled code I think is a no-go on the ESP8266 right? ;-) (and that's what I'm hoping to use in my project) I'll try compiled on the pico and see what impact that has on performance.
Do those speeds for typed array access sound reasonable to you though? 11ms (like 9 on Pico I think? haven't done line-by-line on Pico) or so for 60-75 typed array accesses and some simple math?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Well, compiled code I think is a no-go on the ESP8266 right? ;-) (and that's what I'm hoping to use in my project) I'll try compiled on the pico and see what impact that has on performance.
Do those speeds for typed array access sound reasonable to you though? 11ms (like 9 on Pico I think? haven't done line-by-line on Pico) or so for 60-75 typed array accesses and some simple math?