TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Show HN: Task.js – Isomorphic work distribution across all cores
10 points
by
chadscira
almost 9 years ago
1 comment
chadscira
almost 9 years ago
I found this later <a href="https://github.com/adambom/parallel.js" rel="nofollow">https://github.com/adambom/parallel.js</a><p>But I was happy to benchmark the work processing/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