← Back to context

Comment by tipiirai

8 days ago

There is an offset (depending on the app) where JS crashes with stack overflow exception, and only WASM can continue from there. On the Nue example with user records the treshold was around 150k records (only slightly depending on the browser).

What? Nue will just crash with a stack overflow if you have an array of over 150k items?

This seems like a pretty deep flaw. It would be okay to have poor performance, but flat out crashing seems bad.