by computing on 2/24/23, 10:59 PM with 77 comments
by Jarred on 2/24/23, 11:12 PM
by sroussey on 2/25/23, 7:34 AM
I have a CLI ghat does some processing and Bun used all the memory and pushed me deep into swap on a 64gb ram machine. I added some Bun.sleep(1) in the some loops to give the GC more time but that didn’t help much.
by korginator on 2/25/23, 3:06 AM
From the docs [1], "Bun is an all-in-one toolkit for JavaScript and TypeScript apps. It ships as a single executable called bun ."
by thedumbname on 2/25/23, 2:24 AM
% bun test bun test v0.5.7 (5929daee)
17 | expect([...] ^ error: Not implemented
error: Unexpected ? ?PNG ^ [...]/a.png:1:1 0
zsh: segmentation fault bun test
by 0ldT1m3r on 2/25/23, 5:50 AM
by 1vuio0pswjnm7 on 2/25/23, 3:48 AM
Jarred previously mentioned it was worth a look: https://news.ycombinator.com/item?id=34431432
by IshKebab on 2/25/23, 9:09 AM
by cyclecity on 2/25/23, 1:12 AM
by turbobooster on 2/25/23, 2:38 PM
by 2h on 2/25/23, 6:39 AM
by itslennysfault on 2/25/23, 1:09 AM
However, I've discovered Vite since then, and I know it's not a 1:1 comparison, but Vite is much more mature, and does everything I need and is incredibly user friendly and plenty fast enough for me. I kinda feel like Bun missed its moment already. Someone convince me otherwise please. I'm loving Vite it's a huge step up from Webpack, and isn't leaving me wanting for anything more.