Any thoughts on a compression algorithm that could be used? It would be nice to have something more or less standard that could be exposed for other bits of JS code, but things like gzip seem to have pretty use a lot of RAM/flash so don't seem suitable.
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.
Any thoughts on a compression algorithm that could be used? It would be nice to have something more or less standard that could be exposed for other bits of JS code, but things like gzip seem to have pretty use a lot of RAM/flash so don't seem suitable.
Best contender right now seems to be https://github.com/atomicobject/heatshrink - but that's not even remotely standard.