Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
.NET and Node.JS – Performance Comparison; apples to apples (calepin.co)
2 points by meryn on March 29, 2013 | hide | past | favorite | 1 comment


Perhaps the most surprising to me is how much difference the

  array.map(function(item){ return parseFloat(item); })
statement makes. Removing this gives almost a 100% speedup.

Using the Cluster api to have one process per core results in another almost 100% speedup.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: