loren@sh.itjust.works to Programming@programming.devEnglish · 1 year agoA fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBtwitter.comexternal-linkmessage-square21fedilinkarrow-up113arrow-down10
arrow-up113arrow-down1external-linkA fully self-contained natively compiled C# Hello World, including GC and everything can be as small as ~440 kBtwitter.comloren@sh.itjust.works to Programming@programming.devEnglish · 1 year agomessage-square21fedilink
minus-squaretcm@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoI’m pretty sure that 70MB is including the entire .NET standard library, which is massive. Enabling NativeAOT or trimming reduces the size down to a few MB
I’m pretty sure that 70MB is including the entire .NET standard library, which is massive. Enabling NativeAOT or trimming reduces the size down to a few MB