filesize of bun and its build artifact #34638
qinst64
started this conversation in
Show and tell
Replies: 2 comments
|
After one week, |
0 replies
---
config:
xyChart:
showDataLabel: true
---
xychart-beta
title "Bun 1.4.0 canary size"
x-axis [2026.07.18, 2025.07.25, 2025.07.31]
y-axis "Binary Size (MB)" 0 --> 95
bar [76.3, 79.7, 80.4]
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Bun v1.3.14 to v1.4.0 (now canary) , rust rewriting brings change of
bun.exefilesize from 93.9MB to 76.2MBTested on windows, then zip/rar by winrar with default setting:
Result
So, the compiled output filesize executable has big reduction (~18.8%), but not much after compression (~5.5% or -0.7%).
All reactions