I'm building a chemical reactor simulation API, and using node with numbers.js in the backend. Some of the calculations made for optimization require more crunching in stack size, but in some problems Javascript stack size is exceeded.
And is there a way to obtain information on the current stack size?