Hacker News new | ask | show | jobs
by TimTheTinker 2620 days ago
> Binaries can shrink dramatically once run through a linker and trimmed down to only used APIs.

It's worth pointing out that .NET Core has an assembly/executable generator that can package only the .NET libraries that are actually used.