0

I was looking at Bun Official Site there i noticed that they are claiming, bun is nearly 3 times faster than nodejs. Is it really true or it is just a marketing strategy to promote bun over nodeJS?

Bun comparison with nodejs

Please let me know your thoughts.

nitin737
  • 39
  • 8
  • 1
    This is not the thing to worry about. Bun is only ten months old, isn't particularly established, and has no developers working on it other than Jared. I don't want to be hasty or mean but it sounds like a vanity project, and certainly not something I'd want to use right now. Are you having issues with (apparently) node's inadequate 16K+ HTML request p/s? – Andy Jul 19 '22 at 05:05
  • 2
    uWebSocets in github is 12x faster than NodeJS. So it is possible to be between 12x and 1x. But this speed difference diminishes once the content grows. – huseyin tugrul buyukisik Jul 19 '22 at 11:15

1 Answers1

0

I am trying to do bun install in my CRA react app for checking bun's performance

bun install v0.1.4
   @sentry/react [1608/1608]

it's maybe faster than node, but I think its not yet ready for everyday/production use.

maybe I am with WSL (Ubuntu) coz of that its not always working properly for me