top | item 43323859 (no title) phildenhoff | 11 months ago Does Effect prevent workers that have uncaught exceptions from crashing the main thread in Node? Does it reduce the amount of memory workers use? discuss order hn newest dyl000|11 months ago I’d assume effect would increase how much memory JS uses, you’re creating a bunch of memory junk.In theory it should make you able to contain errors with exception handing.
dyl000|11 months ago I’d assume effect would increase how much memory JS uses, you’re creating a bunch of memory junk.In theory it should make you able to contain errors with exception handing.
dyl000|11 months ago
In theory it should make you able to contain errors with exception handing.