Bunx, 100 times faster than npx
twitter.com
Bunx, 100 times faster than npx
1–3 of 3 posts
Re: Bunx, 100 times faster than npx
#2runs 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
#3runs 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.