10 ms·
At this stage I don't think either is better over the other. Deno has inexplicable high memory usage issues in Linux containers. Bun more or less suffers from t
by kamikazechaser 10mo ago
At this stage I don't think either is better over the other. Deno has inexplicable high memory usage issues in Linux containers. Bun more or less suffers from the same with an added dose of segfaults.
1. https://github.com/denoland/deno/issues?q=is%3Aissue%20state%3Aopen%20docker%20memory https://github.com/denoland/deno/issues?q=is%3Aissue%20state...
2. https://github.com/oven-sh/bun/issues?q=is%3Aissue%20state%3Aopen%20docker%20memory https://github.com/oven-sh/bun/issues?q=is%3Aissue%20state%3...
Node.js is a no-brainer for anyone shipping a TS/JS backend. I'd rather deal with poor DX and slightly worse performance than risk fighting runtime related issues on deployment.
Linux needs to be a first class citizen for any runtime/langauge toolchain.