Bun Is Better Than I Hoped

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 293

  • @ZakiWasik-q4u
    @ZakiWasik-q4u Рік тому +322

    If you're worried about disk space on Mac OS you could run a script that deletes node_modules for projects you've not used in a while. When Bun is so much faster it's not a big deal to reinstall that project you didn't work on for a week anyway.

    • @t3dotgg
      @t3dotgg  Рік тому +161

      This is lowkey genius

    • @cameronadams4366
      @cameronadams4366 Рік тому +1

      🐐

    • @DatNguyen-vj1ro
      @DatNguyen-vj1ro Рік тому +30

      There is a project for that. It's npkill

    • @Mempler
      @Mempler Рік тому +29

      ​@@DatNguyen-vj1rolet's rename it to bunkill

    • @julienben
      @julienben Рік тому +11

      Truly a missed opportunity not calling it npfree

  • @chyldstudios
    @chyldstudios Рік тому +213

    I was ignoring Bun, but after this release it actually looks pretty impressive. They may have a new convert.

    • @ricoaw500
      @ricoaw500 Рік тому

      isn't normal to ignoring under 1.0 product?

    • @andyzhou9850
      @andyzhou9850 Рік тому +3

      @@ricoaw500I agree, definitely hold out on it for now, play around with it, but don't transitoin your entire codebase just yet imo. Wait until the product is more stable, because there WILL be major changes and items being deprecated in future releases (meaning you have to remove and change all of your codebase again).

    • @sanjeevdandin9350
      @sanjeevdandin9350 Рік тому +1

      For my personal projects I will go with 1.0
      But with team based or my company related projects I would prefer 2+ or 3+ version with more than sizeable community to even consider it.

    • @pranishbhujel3083
      @pranishbhujel3083 Рік тому

      @chyldstudios
      bro can you guide me in my career

  • @WillViles
    @WillViles Рік тому +99

    All the performance benefits are great, but if it frees us from esm/cjs hell, that could be the most compelling feature.

  • @avid459
    @avid459 Рік тому +101

    This is one of those videos that come once in a thousand years where I agree with Theo

    • @daleryanaldover6545
      @daleryanaldover6545 Рік тому +2

      aside from tailwind yes

    • @trappedcat3615
      @trappedcat3615 Рік тому +2

      Mainly because Theo won't be on UA-cam for a Thousand years.

    • @hasanjafri135
      @hasanjafri135 Рік тому

      @@trappedcat3615 💋🐴

    • @randerins
      @randerins Рік тому

      @@trappedcat3615 Yes he will. Ever heard of immortal.js?

    • @RegalWK
      @RegalWK Рік тому +2

      Lol I disagree with him in this one (and many more), benchmarking proves nothing since it has nothing to do with real world apps

  • @Archheret1c
    @Archheret1c Рік тому +298

    The ability to run both cjs and esm at the same time is a major selling point to me. In big ecosystems, this can be surprisingly painful.

    • @ycombine1053
      @ycombine1053 Рік тому +22

      1000%. I've spent wayyy too much time tweaking tsconfigs and package jsons trying to get modules to work the way I want them to. Having a "it just works" solution is a huge benefit.

    • @wliaputs
      @wliaputs Рік тому +6

      ⁠yea man, why did they make import incompatible with require 😢

    • @zeocamo
      @zeocamo Рік тому +3

      yea, i was saying back then that node.js should added it like this. but "noo we will never be able to drop require then", for what i say the Date object is foobar too, the fix is add new syntax, so why can't we do it for import too.

    • @mickolesmana5899
      @mickolesmana5899 Рік тому +4

      @@wliaputs that's simply because ES standard vs Node Standard, the right question to be asked is, why the hell module is introduce very late in the language

    • @akam9919
      @akam9919 Рік тому +1

      I agree. Additionally, the fact that everything is splintered in first place for very little in terms of real world benefits is atrocious. Even if there was a benefit of sorts, there is no real reason why I shouldn't be allowed to just use both module types, at least on the backend. There is no benefit to treeshaking on the server unless you have a million dead packages in your node_modules. However, if you have that, you are probably doing something wrong or have implimented a build step to elminate all that dead code, in which case, how you import still means nothing.

  • @JonasLekevicius
    @JonasLekevicius Рік тому +74

    Actually, bun shouldn’t use more disk space than pnpm on macOS. On APFS, clonefile is “copy-on-write” but otherwise acts like link. As long as you don’t modify node_modules content, it’s same disk usage as pnpm.

  • @napapt
    @napapt Рік тому +10

    The cached installation wth Bun was so fast that I perceived is as an exception was thrown, my experience has been like: "If the logging finishes too fast it's because something went wrong"

  • @Niki2k1
    @Niki2k1 Рік тому +62

    Bun even can compile to an single executable (+ you can embed files into it which is insane). This is going to improve my deployment to customer servers so much

    • @raphaeljaggerd3585
      @raphaeljaggerd3585 Рік тому

      Is this in their docs. Im trying to build something like pocketbase for fun

    • @shadowangel-ou6bg
      @shadowangel-ou6bg Рік тому

      Where is this ? I see in build you can build to a bun target which optimizes a build but i don't think it's like hermes that compiles java-script statically.

    • @Dev-Siri
      @Dev-Siri Рік тому

      ​@@shadowangel-ou6bg you are correct it doesn't work like hermes. It packages the Buntime and JavaScript source files in the binary which is then run by Bun when it is executed

  • @Slink1
    @Slink1 Рік тому +24

    I have replaced Pnpm with Bun completely in the last few months and it completely transformed how I develop.

  • @UliTroyo
    @UliTroyo Рік тому +3

    I bought into bun wholesale from the beginning, and following its progress has been amazing. My workflow has gotten so much faster.

  • @10e999
    @10e999 Рік тому +3

    Let's go Ziggggggg !
    Love seeing this focus on performance and usability.

  • @SzaboB33
    @SzaboB33 Рік тому +4

    What an eye opener how much CPU time we waste all the time.
    I chuckled when you said "it's sad to see", no, ITS AWESOME, it was 24x faster than the fastest solution we had so far :D What a time to be alive

  • @RhysSullivan
    @RhysSullivan Рік тому +67

    Bun looks so good, the moment it's a bit more stable for Windows I'm moving over to it. While the speed improvements are nice, the biggest thing for me is being able to just write Typescript and have it work without having to fight with configs.
    I'm hoping after their core is more stable they'll also take a look into improving the linting world of Javascript

    • @dmitriidemenev5258
      @dmitriidemenev5258 Рік тому +7

      It feels like having it on WSL 2 is going to be faster than the alternatives

    • @seannewell397
      @seannewell397 Рік тому +2

      You done much on WSL2 yet? I've seen things be faster there than windows.

    • @palyanytsia
      @palyanytsia Рік тому

      Oh yeah, linting out of the box would be great

    • @martiananomaly
      @martiananomaly Рік тому

      why not just use WSL?

    • @MatiasMeno
      @MatiasMeno Рік тому

      To be fair, Deno has supported this for quite a while now.

  • @coderaiders-yt
    @coderaiders-yt Рік тому +5

    I love that Bun was built with Zig

  • @danielkakai-bw7tc
    @danielkakai-bw7tc Рік тому +10

    Release of the year, great work by the Bun team.

  • @athepeanut4
    @athepeanut4 Рік тому +15

    8:10 Under "Installation strategies": you can use the --backend flag to specify how to "copy" into node_modules, and force hardlinks even on macOS. But clonefile is copy-on-write, so it isn't really needed.

    • @daleryanaldover6545
      @daleryanaldover6545 Рік тому +1

      this is nice to know

    • @pacifico4999
      @pacifico4999 Рік тому +1

      True, clonefile copies only the metadata.
      "The cloned file (dst) shares its data blocks with the (src) file but has its own copy of attributes, extended attributes and ACL's which are identical to those of the named file"
      I love COW filesystems. I wonder if Bun does something similar in Btrfs.

  • @caiopeluti2669
    @caiopeluti2669 Рік тому +6

    I've tried bun on some projects a while ago and it was missing a lot of stuff that I needed. Nowadays it seems it got everything I should need, so I'm thinking of giving it a try again.

  • @codesandtags
    @codesandtags Рік тому +1

    Man!! That last part amazed me 😮 . Hopefully deployment tools start supporting Bun, that’s usually one of the main blockers for organizations that have a lot of restrictions in their tools and tech stack

  • @Chris-se3nc
    @Chris-se3nc Рік тому

    Sounds like bun has been baking to perfection since the last time I looked at it. Think it’s time I visited the bakery.

  • @wlockuz4467
    @wlockuz4467 Рік тому +10

    Finally some real innovation in this field. Super hyped for Bun.

  • @matheuspegorari1094
    @matheuspegorari1094 Рік тому +13

    Employers already asking for 3 years experience in bun.

    • @PatrickSteger
      @PatrickSteger Рік тому

      Psssh 3 is for entry level devs. 8 for seniors!

  • @sortof3337
    @sortof3337 Рік тому +4

    import and require works, wtf. I am sold. I am a bunny now.

  • @joshuanance664
    @joshuanance664 Рік тому +1

    I think it'd be cool to see a video on benchmarks. I see a lot of back and forth about this stuff: how useful they are, how they should be interpreted, what makes for a good benchmark, etc.

  • @dothuan6630
    @dothuan6630 Рік тому +2

    It's amazing, Bun provides the cool features of JS ecosystem in a single tool. I really urious how they can make these features in a very short time compared to other tools that took many years to be matured.

  • @dirty-kebab
    @dirty-kebab Рік тому

    I've followed you for at least the last two years!
    You've become so mature, and I'm glad to say I respect you a lot for it!

  • @ivanjermakov
    @ivanjermakov Рік тому +14

    I was quite sceptical of another JS runtime, after not getting much benefit from Deno. But run/build/install times with Bun blew my mind, especially with typescript.

  • @F4T4LFL4W
    @F4T4LFL4W Рік тому +3

    Bun - "JavaScript so fast it's written in Zig"

  • @andynn6691
    @andynn6691 Рік тому +2

    But, but.. we were told NodeJS was "fast enough".
    Good stuff, this could be a great time saver.

  • @martiananomaly
    @martiananomaly Рік тому +4

    Bun's speeds are just absolutely insane. That too in practical usecases.

  • @oscarljimenez5717
    @oscarljimenez5717 Рік тому +244

    Is incredible that Theo consider himself a open source mantainer, while having Mark and Julius do all the work 🤣

  • @thfsilvab
    @thfsilvab Рік тому +1

    It's nice to see a new project with such a huge scope like bun, that proves that things can be simple yet crazy fast. Glad to see so many improvements in the JS ecosystem!

  • @JordanShurmer
    @JordanShurmer Рік тому +1

    Theo: justifies not using bun in order to save disk space
    Als Theo: I just can justify not using it

  • @berk473
    @berk473 Рік тому

    Yes, please share future insights on buns real performance difference!

  • @hugazo
    @hugazo Рік тому +1

    Thanks for the birthday present, gonna try it soon, it solves most of my pain points with pnpm with a few nice bonuses

  • @w01dnick
    @w01dnick Рік тому +21

    8:45 isn't macos' `clonefile` behave like Linux btrfs `cp --reflink` ? So it doesn't really takes a space thanks to CoW (unless you're changing one of the copies)

    • @kytechnelson
      @kytechnelson 11 місяців тому

      I think so, from what a quick search into the subject is yielding, so long as the drive is using APFS, since HFS does not support CoW, but APFS does, so any more recent mac should get the space savings as well.

  • @quintencabo
    @quintencabo Рік тому +3

    Its soo fast and nice. The file api is also very nice to use. I upgraded a websocket server yestday to use bun. There was one incompatible dependency syncfile read but I could actually remove this dependency because bun has the build in prompt function which is very nice. I could throw away a lot of code actually and it starts up like 4 times faster. Great!

  • @hyposlasher
    @hyposlasher Рік тому +5

    Apple’s webkit is finally getting appreciation

  • @coscorrodrift
    @coscorrodrift Рік тому

    This looks really interesting, some of the features would make it a node killer for beginners too because of all the frictions and headbanging stuff that makes the developer experience for those users really painful, if it weren't for the Windows thing which probably many beginners are using.

  • @larsartmann
    @larsartmann Рік тому

    Thank you for making me waste 3 days trying to get it running. It's not ready!

  • @clearove4699
    @clearove4699 Рік тому +1

    bun is just awesome for library devs easy setup

  • @xBiggs
    @xBiggs Рік тому

    Just added bun to my workflow and its been great so far

  • @thekwoka4707
    @thekwoka4707 Рік тому

    It's wild that this started as Jared just thinking "esbuild is cool, lets see if I could make that in zig"

  • @JLarky
    @JLarky Рік тому +4

    But Bun allows you to just remove your node_modules and install them again in a fraction of the second once you get back to the project to save on disk space :)

  • @lamprospitsillou6325
    @lamprospitsillou6325 Рік тому +4

    I think tmux has a feature to send keys at the same time to panes, no nees to switch and click

  • @Nitr4Oo
    @Nitr4Oo Рік тому +2

    Important note, bun on windows wont be as performant as it will get in the future as jarred decided he doesnt have enough time before releasing 1.0 to understand how to write fast I/O windows code, so they for now use libuv (what nodejs uses for the I/O)

  • @steveoc64
    @steveoc64 Рік тому +1

    Killer feature is the easy way you can write the hard stuff in zig, and import it as an esmodule to use in a scripting language.
    Has the potential to overtake python in machine learning.
    Faster and safer than Rust, with a much better dx

    • @davidt01
      @davidt01 Рік тому

      How is it safer than Rust?

    • @steveoc64
      @steveoc64 Рік тому

      @@davidt01 yeah well that’s potentially a very long conversation that can go sideways quickly. If rust’s concept of safety works for you, then go for it. There are alternative opinions though.

    • @davidt01
      @davidt01 Рік тому

      @@steveoc64 Well from my understanding, Zig has manual memory management, which is inherently not as safe.

    • @andreicalegari1837
      @andreicalegari1837 Рік тому

      @@davidt01 while it may have manual memory management, it has a lot of in-code ways to help you making it safe, and the compiler alerts if there's a memory leak.

  • @seannewell397
    @seannewell397 Рік тому +5

    Gonna try this with a game engine 👀

  • @ukaszjonasiak382
    @ukaszjonasiak382 Рік тому

    Back in the day we had a project that could reload once for 2.5 minutes. Now people consider using something that instead of 6 seconds installs something in 1 second.

  • @nuvotion-live
    @nuvotion-live Рік тому

    Elephant in the room: Electron. Think of how much you are losing by leaving that behind. If you care about using your existing codebase as a feature complete desktop app, it's a dealbreaker. I don't see any path forward for this either :/

  • @zeMasterRuseman
    @zeMasterRuseman Рік тому

    I was just at the bun website, I thought let me watch some videos on youtube on it, open youtube and this video is at the top.

  • @zeMasterRuseman
    @zeMasterRuseman Рік тому +4

    just tried to run my nextjs project with bun and it just worked ™ I think node is done.

    • @mrlectus
      @mrlectus Рік тому

      Does hot reloading works, cause it doesn't work for ne

  • @medbenbrahim3246
    @medbenbrahim3246 Рік тому +1

    Bun is showing us what javascript could be if every API is implemented natively
    But at the end of the day, normal js code will still be slower, it's just not slow enough to ditch it

  • @yumeyuki1944
    @yumeyuki1944 Рік тому +1

    8:09 hopefully they'll add a `--force-symlink` flag then or a global config (for people that'd prefer disc space over speed)

  • @spetz911
    @spetz911 Рік тому +1

    Wow! This sounds very cool. Let’s see how it works with bigger more realistic projects

  • @maacpiash
    @maacpiash Рік тому +2

    I'd definitely switch to Bun for my full-stack applications when they support Solid-Start. As of now, Bun can initialize a Solid-Start project but cannot run it. Node.js runs under the hood, even when I type `bun run dev` command.

    • @beepmcjeep5527
      @beepmcjeep5527 Рік тому +2

      I've run into similar issues with `bun create preact`. This is the same sort of issue I've always run into getting Bun to work on projects since it was first announced. Some key step is just outright missing or incompatible, and the workaround is to tear apart the `npm install` or other such process to track it down and "fix" it. This is just to init a toy project.
      It's really disappointing. It all sounds great if you're building without a template from scratch (maybe) or if Bun-specific templates are created in the future, but I figured the whole point was to not have to get "Bun-specific" with everything.

    • @andreicalegari1837
      @andreicalegari1837 Рік тому

      you need `--bun` flag there

  • @bren.r
    @bren.r Рік тому

    Great now we just have to wait until 2040 before AWS supports bun in beanstalk.

  • @JohnLovell-FTW
    @JohnLovell-FTW Рік тому

    Old dev here... what a day be alive. Complaining about 6 seconds over 0.24 seconds. New dev issues :)

  • @JaredFL
    @JaredFL Рік тому

    Very interesting. Would like to see more Bun vids

  • @samconran
    @samconran Рік тому

    Well, seems like I'm moving to bun...

  • @oliverhughes169
    @oliverhughes169 Рік тому +4

    Thanks for such an insightful video, I share your excitement! I'm wondering how easy it would be to move a ViteJS app and test performance gains.

  • @KWerder92
    @KWerder92 Рік тому +1

    Thanks!

  • @aloufin
    @aloufin Рік тому

    FRONTEND IS SO WILD --- Things getting smashed in benchmarks every month

  • @meka4996
    @meka4996 Рік тому

    Bun + Linux === Perfect! Your TS/JS frontend/backend all run on Linux anyway!

  • @DishantKaushik
    @DishantKaushik Рік тому

    Can you make a video about running bun on an existing project and see how the transition from webpack to bun-dler is? Thanks!

  • @akshitgupta4749
    @akshitgupta4749 Рік тому +2

    i was waiting for your vid after 1.0 dropped

  • @aloufin
    @aloufin Рік тому

    best hairstyle yet

  • @m4rt_
    @m4rt_ Рік тому

    I hate JS, but bun still managed to make me exited, and create some test projects to see how it works

  • @randerins
    @randerins Рік тому +1

    Poor Deno...barely existed

  • @khalled95
    @khalled95 Рік тому +1

    I tried yesterday to add two private registrys It's a nightmare
    The documentation is so bad

  • @elirane85
    @elirane85 Рік тому

    I honestly do not care that much about the performance. Node is maybe slow compared to bun but it's fast enough for most server side apps.
    But the Tooling, OH THE TOOLING. This part got me so excited. The number of hours I've spent in my career setting up parsers, compilers, bundlers, dealing with commonJS/esModules, and then fix it when they break due to some weird dependency.
    This whole concept of not needing to download 37 modules before I even write a single line, just for the tooling, is soooo freaking compelling.

  • @chaoky
    @chaoky Рік тому

    it defaults to fast copy, but that's configurable, you can choose to use hardlinks anyway

  • @zeyadkenawi8268
    @zeyadkenawi8268 Рік тому

    they took blazingly fast seriously

  • @cg219
    @cg219 Рік тому +3

    Wonder if Node will catchup. Its looking like a head to head against Bun and Deno

    • @wisdomelue
      @wisdomelue Рік тому +7

      let's tell ourselves the truth, many people aren't actually using Deno tbh

    • @a-yon_n
      @a-yon_n Рік тому +5

      @@wisdomelue And more people are giving up Deno.

    • @bigs2469
      @bigs2469 Рік тому +2

      Well it took NodeJS like half a decade to add built-in Fetch support... so they have a lot of catching up to do

  • @owenwexler7214
    @owenwexler7214 Рік тому +1

    Time for some prototyping….

  • @wnichols6671
    @wnichols6671 Рік тому

    But looks amazing for anyone who doesn't want to learn how to wrangle the other bundlers but occasionally wants to use JavaScript for simple pages

  • @nandagopal1243
    @nandagopal1243 Рік тому +13

    Real world project benchmark test results after migrating to bun::
    Node.Js
    Total: 97.5701 secs
    Slowest: 0.3324 secs
    Fastest: 0.0326 secs
    Average: 0.0488 secs
    Requests/sec: 1024.9041
    Total data: 1.08 GiB
    Size/request: 11.29 KiB
    Size/sec: 11.30 MiB
    --------------------------------------------------------------------------------
    Bun
    Total: 77.8154 secs
    Slowest: 0.2495 secs
    Fastest: 0.0261 secs
    Average: 0.0389 secs
    Requests/sec: 1285.0923
    Total data: 1.08 GiB
    Size/request: 11.29 KiB
    Size/sec: 14.16 MiB
    --------------------------------------------------------------------------------
    Elysia
    This is a complex application with all kinds of validations and db calls. The migration took around 5 mins but the results were good enough. Keep in mind this is an express application and I'm planning to migrate to Elysia soon.

    • @Something9008
      @Something9008 Рік тому

      What are you using to benchmark?

    • @seannewell397
      @seannewell397 Рік тому

      JS/TS is going places!

    • @coffeefps
      @coffeefps Рік тому +1

      I don't get the last paragraph.
      Bun is made using Zig.
      Zig/Ruby and Bun have different uses.

    • @39strife
      @39strife Рік тому

      thats like a 20% increase overall, feels too good for a drop in replacement

    • @zisra
      @zisra Рік тому

      @@coffeefpsHe means actually writing zig code instead of the step between by using bun which is run by JavascriptCore

  • @slavenDj
    @slavenDj Рік тому +3

    Does vercel have plants to add Bun as runtime option?

  • @imamuzzaki
    @imamuzzaki Рік тому +4

    I'm using PNPM as package manager (pnpm add, pnpm install, pnpm dlx), and Bun as blazingly fast runner (bun run).
    It's great combination.

    • @theLowestPointInMyLife
      @theLowestPointInMyLife Рік тому

      why keep using pnpm when bun is also a package manager?

    • @imamuzzaki
      @imamuzzaki Рік тому

      @@theLowestPointInMyLife When we had a lot of project in MacOS, the node_modules will became heavier than black hole 😢
      So, combination of PNPM n Bun, is great for most of my project.

  • @filipstudeny
    @filipstudeny Рік тому

    Well time to rewrite all my projects from Node to Bun before the market gets floded with Bun positions.

  • @tech3425
    @tech3425 Рік тому

    Shit I can't wait to use bun on my next project. 100%sure bun from now on

  • @boluwatifeadegbemile9212
    @boluwatifeadegbemile9212 Рік тому

    What blew my mind is that you import Rust functions, just like that.

  • @berkesandras
    @berkesandras Рік тому

    As I see your video I have a feeling that everything Bun just solves now out-of-the-box should have worked as is before. I'm just wondering why the whole previously existing ecosystem is so overcomplicated...? It's so funny when you stopped for a moment on the fact that Bun can combine requires and imports in the same file and... wow...! Incredible :)

  • @Fanaro
    @Fanaro Рік тому

    Some months ago, Jack Herrington tried Bun against Deno and Node, and he faced a lot of segfaults with Bun, besides some other weird behaviors. Hope they fixed those things by now.

    • @lucsoft
      @lucsoft Рік тому

      Stuff like SQLite has some crazy assumptions like unexpected caches and stuff wonder how they wanna fix these issues without effecting performances

  • @faizanahmed9304
    @faizanahmed9304 Рік тому +1

    12:35 of course

  • @hamburger--fries
    @hamburger--fries Рік тому

    Bun even works on laravel.

  • @JohnWasinger
    @JohnWasinger Рік тому

    Is there an npm -install bun ?
    npm install -g bun

  • @andreslaley
    @andreslaley Рік тому +1

    The bun library is nice, but it has analytics active by default, which means it spies on you. Additionally, it is not compatible with NestJS, despite claims to the contrary. I wouldn't trust using it in a project for anything more than running files; it's not suitable for a real project. Bun is also backed by Y Combinator, which creates a potential conflict of interest with Theo.

  • @markclynch
    @markclynch Рік тому +1

    Bun seems tk just work tm

  • @frontend_ko
    @frontend_ko Рік тому +1

    nice new challenger!

  • @scoobydoobies
    @scoobydoobies Рік тому +1

    I guess the question is why do all of your projects need 2-500mb of node modules...

  • @aarong2374
    @aarong2374 Рік тому +4

    Also helps it has a cute name. Love the vid

  • @matejkaska
    @matejkaska Рік тому +1

    Still waiting for fully support with Vite.

  • @dixztube
    @dixztube Рік тому

    ive been doing this now for about 6 years, and in the js, go, and rust world. i can't believe how many things are in js. i started w/ js so i thought this was normal but it is true some package is released like every month lol. this looks great but how do we know this will be around in 5 years

  • @randerins
    @randerins Рік тому

    bun intended haaaaaaaa

  • @sebcuadros
    @sebcuadros Рік тому +1

    bun is so fast wtf

  • @danielcaldas3682
    @danielcaldas3682 Рік тому

    I would like to see if you can adopt just parts of Bun not the whole thing. For example, would it be viable to use just the built-in test runner to write tests in an existing Node based project?
    Great video btw

  • @aggranular
    @aggranular Рік тому

    Can you share link to the project you tested install speed on? I’d like to test it with yarn 4 in pnp mode with global cache (which I guess you didn’t use in the comparison) as it’s cached instal is super fast

  • @brentk5952
    @brentk5952 Рік тому +8

    They just need wasi compile support

    • @clemonsLA
      @clemonsLA Рік тому

      Oh you mean that thing that still needs JS to run lol

  • @joaooliveirarocha
    @joaooliveirarocha Рік тому

    I've seen mates reporting bun crashes on basic stuffs. Looks promising, but zig is still no prod ready so idk what to expect

  • @mikeharvey9677
    @mikeharvey9677 Рік тому

    I thought maybe he was going to talk about his man bun