Hacker News new | ask | show | jobs
Bunx, 100 times faster than npx (twitter.com)
6 points by pdahal 1276 days ago
1 comments

runs a command in a bash for-loop without context, makes some performance claim...

how much are each of these commands actually doing? last I heard, bun is not yet doing all the complex esbuild operations (i.e. tree-shaking) that npx is

You must be thinking of something else. `npx` is https://www.npmjs.com/package/npx.