Hacker News new | ask | show | jobs
by nicoburns 1400 days ago
It's worth noting that most of Node's API are written in JavaScript, and often not particularly optimised JavaScript (sometimes constrained by API compatibility). I think bun is taking the approach of implementing a lot of core APIs in zig.
1 comments

That's surprising, I didn't know that about Node