Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 630 Bytes

File metadata and controls

32 lines (18 loc) · 630 Bytes

Inner Loops

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)

Prerequisites

  • Get Node.

  • Get .NET Core.

How to use

Clone this github repo

NodeJS

Navigate to JS folder and run the following commands:

  • npm install
  • npm start

DotNetCore

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