100
submitted 9 months ago* (last edited 9 months ago) by MonkCanatella@sh.itjust.works to c/programming@programming.dev

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.

all 27 comments
sorted by: hot top controversial new old
[-] there1snospoon@ttrpg.network 35 points 9 months ago

This is mildly off topic, but is that thumbnail an Animorphs reference?

[-] thedirtyknapkin@lemmy.world 8 points 9 months ago

damn you for making me notice, but it totally is...

[-] g6d3np81@kbin.social 32 points 9 months ago

Bun no good => ☹️
Don't have to learn another shiny JS thing => 😀

[-] exapsy@programming.dev 1 points 9 months ago

exactly me right now.

[-] fckreddit@lemmy.ml 16 points 9 months ago* (last edited 9 months ago)

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

[-] Virkkunen@kbin.social 13 points 9 months ago

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.

[-] MonkCanatella@sh.itjust.works 12 points 9 months ago

Bun is blazingly faster than node*

*As a package manager

[-] DmMacniel@feddit.de 4 points 9 months ago* (last edited 9 months ago)

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

[-] WalkableProgrammer@lemmy.world 12 points 9 months ago

I guess I don’t understand this obsession with speed? I work in development but I have never ran into a build that’s so slow that it impacts my work. Why is Node considered so bad that everyone wants to make is faster?

[-] snowe@programming.dev 12 points 9 months ago

You’ve never had an issue with how slow npm installs?

[-] Potatos_are_not_friends@lemmy.world 8 points 9 months ago* (last edited 9 months ago)

I'm with the parent poster. How often is it hindering your work?

It's at tops, a 15-30 second wait, usually done at the start of the project.

I'm a unique use ase, where I have about 10 projects (because microservices) that I'd have to npm install, and it's still not a pain to install them.

Are people running npm install dozens of times a week on the same project? Because why?

I'm not shitting on Bun. I'm actually supporting it's growth. But until it solves some real performance bottlenecks, (switching from gulp/webpack to vite changed our compiling time from 18 seconds to 2 seconds), I can't see any reason for people to change their workflow.

[-] FooBarrington@lemmy.world 5 points 9 months ago

It's at tops, a 15-30 second wait

First: it can be a lot longer than 15-30s. One project I work on takes around 90s for a fresh install. This used to be worse in older versions of npm, and it's worse on Windows.

Second: it also affects things like CI/CD. I prefer using Yarn 2+ for that reason (all dependencies are stored as part of your repo). It might not sound like much, but 30 extra seconds does decrease your productivity more than you might think if you have to wait for it every single time.

[-] Miaou@jlai.lu 6 points 9 months ago

Ugh as a system developer I'm happy when compiling anything takes less than 5min

[-] snowe@programming.dev 3 points 9 months ago

Hmm, npm can take up to five minutes for me. I usually just leave it alone and go do other stuff. And I have fiber internet, so it’s not download speed that’s the problem.

[-] unique_hemp@discuss.tchncs.de 1 points 9 months ago

Webpack takes 10 minutes to build the release bundle in a project at work...

[-] lorefnon@programming.dev 6 points 9 months ago

Build times in nodejs are not so great in even medium size projects if you make heavy usage of advanced typescript features - either yourself or through libraries like zod. So if something makes the nodejs runtime faster, it could potentially make ts compiler faster too - for which I'd be very grateful.

[-] Virkkunen@kbin.social 3 points 9 months ago

I don't understand it either.

I've only had issues with npm speeds when the projects were stored in a HDD, and that's not node's fault.

[-] fiah@discuss.tchncs.de 2 points 9 months ago

I guess I don’t understand this obsession with speed?

for me it hasn't been build speed but rather execution

I've run into problems with dayjs slowing down requests where I need to do a lot of processing. There are arguments to be made about replacing dayjs with datefns and how I should've been doing it differently anyway, but fact is that if the whole execution environment was twice as fast, it probably wouldn't have been much of a problem at all

[-] exapsy@programming.dev 1 points 9 months ago

because speed = your page loading fast = more clients = more satisfied clients = less environmental impact = less build time = less time downloading and lock-ing modules = more time for you ... the list goes on.

I dont understand why is it so hard to understand that ... guys ... speed ... does ... matter? Our time matters? Our anything matters? And if you dont care, I do.

[-] tun@lemm.ee 2 points 9 months ago

Recently change node+npm+esbuild to bun runtime+package management+bundling and happy with the result.

The project is a static site built with middleman, tailwind, postcss and some frontend libraries.

It was simpler to work with for me. Node is way faster than ruby and so node speed was never an issue for me. But bun install is noticeably faster even for a small project.

this post was submitted on 17 Sep 2023
100 points (96.3% liked)

Programming

16210 readers
48 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS