TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby merynabout 12 years ago

1 comment

merynabout 12 years ago
Perhaps the most surprising to me is how much difference the<p><pre><code> array.map(function(item){ return parseFloat(item); })</code></pre> statement makes. Removing this gives almost a 100% speedup.<p>Using the Cluster api to have one process per core results in another almost 100% speedup.