Don't abandon espuruino - you code make a custom firmware with your function that needs to be fast.
@Gordon - have you thought about a binary style of require that takes a char array and loads that at run time, not sure how this could work?
Take the contents of a .o file and load that as address independent code? I know I'm simplifying here....
@Wilberforce started
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.
Don't abandon espuruino - you code make a custom firmware with your function that needs to be fast.
@Gordon - have you thought about a binary style of require that takes a char array and loads that at run time, not sure how this could work?
Take the contents of a .o file and load that as address independent code? I know I'm simplifying here....