Live data from Hacker News

Bunx, 100 times faster than npx

twitter.com

1–3 of 3 posts

Re: Bunx, 100 times faster than npx

#2
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

Re: Bunx, 100 times faster than npx

#3
post #2

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.