|
|
|
|
|
by Guillaume86
4833 days ago
|
|
I wrote a blog post with the correct node.js version:
http://guillaume86.calepin.co/dotnet-vs-nodejs-performance.h... The big performance hit for the node version is the float conversion. Multithreaded .NET version is a bit harder to write because usually this work is delagated to ASP.NET/IIS. UPDATE: the .NET version is actually already multithreaded because of the Task system, so Node.JS seems to be actually faster in this scenario... |
|