Login
From:
Coder Mike
(Uncensored)
subscribe
Microvium Async – Part 2
https://coder-mike.com/blog/2023/11/02/microvium-async-part-2/
links
backlinks
Tagged with:
javascript
software design
embedded
microvium
Roast topics
Find topics
Find it!
A suspended async function in Microvium can take as little as 6 bytes of RAM by using continuation-passing style (CPS) instead of promises, using dramatically less memory than other engines.