Replies: 1 comment
-
Well, this doesn't look promising 😅 $ bun -v && du -h $(which bun)
1.0.26
91M /home/kaki/.bun/bin/bun
$ node -v && du -h $(which node)
v20.5.1
92M /usr/bin/node |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When thinking about using Bun as a desktop replacement over Electron (#790), I am wondering how it compares to Node.js in terms of download size and also memory usage.
Download size
bun
v0.1.4 = 37MB uncompressed / 12.5MB compressednode
v18.6.0 = 86.5MB uncompressed / 29.3MB compressedDoes bun have a production-only build that could be even slimmer?
Memory usage
I guess we only need to look at JSC vs V8 for this.
Beta Was this translation helpful? Give feedback.
All reactions