Also, newer builds should improve memory usage a lot more. Yesterday I made a few more changes that reduce memory usage in general.
I may have to find a different compression library - LZ4 seems quite big, so I can no longer build Espruino for 128kB parts like the Olimexino :( Any other thoughts? There must be something out there... Speed is not an issue at all as it only happens once at startup.
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.
Great! There's http://www.espruino.com/Performance that talks about memory.
Also, newer builds should improve memory usage a lot more. Yesterday I made a few more changes that reduce memory usage in general.
I may have to find a different compression library - LZ4 seems quite big, so I can no longer build Espruino for 128kB parts like the Olimexino :( Any other thoughts? There must be something out there... Speed is not an issue at all as it only happens once at startup.