5 ms·
Just in case that maybe interested to you. Currently (with nightlies) using NativeAOT + C# you would be able to have approximate same as Go. Even fully statical
by kant2002 4y ago
Just in case that maybe interested to you. Currently (with nightlies) using NativeAOT + C# you would be able to have approximate same as Go. Even fully statically linking executable. And given that MS working on making apps have less size, gopefully it would be comparable to Go in app size.
- radicalbyte 4y agoNice! I was following the AOT compiler years ago after Joe Duffy announced it. Good to see that they're continuing with the good work :)