Show the current differences in performance between NodeJS and .net core in executing inner loops.
Both projects solve the same equation in three different ways (From the most to the least efficient)
-
Get Node.
-
Get .NET Core.
Clone this github repo
Navigate to JS folder and run the following commands:
- npm install
- npm start
Navigate to dotnetcore folder and run the following commands:
- dotnet restore
- dotnet run
To know more about this project visit https://medium.com/@luigiandrea/performance-inner-loop-cc3eedb8fe9#.jlqpjgv4e