|
|
|
|
|
by manigandham
2620 days ago
|
|
It won't be megabytes, that's only in the experimental phase. Binaries can shrink dramatically once run through a linker and trimmed down to only used APIs. As far as performant, I agree it wont matter in most trivial interactions but large datasets with computations already see an impact (for example we have million row datatables to show sometimes). |
|
It's worth pointing out that .NET Core has an assembly/executable generator that can package only the .NET libraries that are actually used.