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.

Show HN: Task.js – Isomorphic work distribution across all cores

10 pointsby chadsciraalmost 9 years ago

1 comment

chadsciraalmost 9 years ago
I found this later <a href="https:&#x2F;&#x2F;github.com&#x2F;adambom&#x2F;parallel.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;adambom&#x2F;parallel.js</a><p>But I was happy to benchmark the work processing&#x2F;handling speed.<p>node.js results<p># 1000 messages<p>- 88.362ms - task.js (warm) - 144x faster<p>- 227.758ms - task.js (cold) - 56x faster<p>- 12785.515ms - parallelize<p>clientside results were similar<p># 1000 messages<p>- 361.251ms - task.js (warm) - 83x faster<p>- 473.897ms - task.js (cold) - 63x faster<p>- 29999.335ms - parallelize