Settings

Theme

.NET and Node.JS – Performance Comparison; apples to apples

guillaume86.calepin.co

2 points by meryn · 1 comment

Reader

1 thread
merynOP

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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection