|
|
|
|
|
by merb
1754 days ago
|
|
nah he just compares two different things.
basically his golang hello world probably had basically nothing while his dotnet version used the "Microsoft.NET.Sdk.Web" which basically pulls the shared framework which will load a ton of stuff.
BUT even after that the memory usage might be bigger. however does it really matter? I mean dotnet is not a big memory hog. it's pretty lightweight for what it is. compare it to java and the golang number would be insane. |
|
It basically just loads a JSON file into memory then allows you to query the data with 2 API endpoints.
[1] - https://github.com/J-Swift/GamesDbMirror-go