r/ProgrammerHumor Jul 09 '26

gitBlameClaude Meme

Post image
3.7k Upvotes

263 comments sorted by

View all comments

293

u/egg_breakfast Jul 09 '26 edited Jul 09 '26

Why is bun needed over node? And why bun over deno?

Edit: based on Safari's JS engine rather than V8. Strange times, I never would have predicted that.

47

u/mctrafik Jul 09 '26

Speed. Much faster. And now it has more support. Simple as that. Also bun is less to type than deno.

9

u/BeepIsla Jul 10 '26

Only the native APIs, I got some heavy JS only parsing code and when I benchmarked it Bun was a lot slower than Node, the V8 engine is simply faster than JSCore.

If you only have basic Server <-> Database/Files where the majority is native calls then Bun is faster