dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 498 forks source link

Refactor DuktapeJS memory management, use deCONZ library #7628

Closed manup closed 7 months ago

manup commented 7 months ago

In future the memory footprint can be reduced further by using a free list. The JS engine already only uses fixed 2048 kB of RAM which can likely be cut to ca. 300 KB for our use cases.