Hi,
Just moved from 1v41 to 1v52 and it seems that 1v52 consumes slighly more memory than 1v41
1v41>memory()
{"free":245,"usage":9,"total":254,"history":0,"stackEndAddress":536876380}
1v52>process.memory()
I wonder if there are any plans to optimize memory usage.
We talked about it some time ago and as far as I remember it is possible to optimize internal data structure. Not sure if this optimization taken into account inn the future.
Unfortunatelly I have a few VL boards and cannot make use of them (only simple project are possible due to memory constraints)
Thanks,
Bogdan
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.
Hi,
Just moved from 1v41 to 1v52 and it seems that 1v52 consumes slighly more memory than 1v41
1v41>memory()
{"free":245,"usage":9,"total":254,"history":0,"stackEndAddress":536876380}
1v52>process.memory()
{"free":242,"usage":12,"total":254,"history":0,"stackEndAddress":536875816,"fl}
I wonder if there are any plans to optimize memory usage.
We talked about it some time ago and as far as I remember it is possible to optimize internal data structure. Not sure if this optimization taken into account inn the future.
Unfortunatelly I have a few VL boards and cannot make use of them (only simple project are possible due to memory constraints)
Thanks,
Bogdan