Some *real* benchmarks on Bun (compared with Node) -- It only wins *sometimes*, but it's mostly a fail

MonkCanatella@sh.itjust.works to Programming@programming.dev – 100 points –
DO NOT USE BUN (bun install is good dough)
youtube.com

Piped

Great watch but to summarize:

  • Bun beats Node/Yarn for package installation

  • Somewhat better API/DX in some ways.

  • Loses poorly in testing performance

  • Tons of incompatibility issues/performance issues in other areas.

General summary: Just don't use Bun yet, seems like it needs some more time in the oven.

26

You are viewing a single comment

So, Bun claiming to be faster than Node is bull****, basically.

Pretty much. Their benchmarks seem to be VERY cherry picked to skew things in their favour, specially the testing framework part, where bun compares its speed to one of the slowest testing frameworks out there (jest) and claim victory.

I'm very glad that this guy actually made benchmarks instead of just reading what's on bun's site before posting a video about it.

Not at every turn though. Also it runs on Webkit instead of Googles V8 :)