Show HN: Task.js – Isomorphic work distribution across all cores (github.com) 10 points by chadscira 9y ago ↗ HN
[–] chadscira 9y ago ↗ I found this later https://github.com/adambom/parallel.jsBut I was happy to benchmark the work processing/handling speed.node.js results# 1000 messages- 88.362ms - task.js (warm) - 144x faster- 227.758ms - task.js (cold) - 56x faster- 12785.515ms - parallelizeclientside results were similar# 1000 messages- 361.251ms - task.js (warm) - 83x faster- 473.897ms - task.js (cold) - 63x faster- 29999.335ms - parallelize
[–] [dead] dozzie 9y ago ↗ Isomorphic to what? Please don't use words you don't understand. [–] chadscira 9y ago ↗ "In web development, an isomorphic application is one whose code (in this case, JavaScript) can run both in the server and the client." [–] [dead] daston43 9y ago ↗ (throwaway)And please don't comment on things you don't understand.
[–] chadscira 9y ago ↗ "In web development, an isomorphic application is one whose code (in this case, JavaScript) can run both in the server and the client."
4 comments
[ 3.6 ms ] story [ 21.8 ms ] threadBut I was happy to benchmark the work processing/handling speed.
node.js results
# 1000 messages
- 88.362ms - task.js (warm) - 144x faster
- 227.758ms - task.js (cold) - 56x faster
- 12785.515ms - parallelize
clientside results were similar
# 1000 messages
- 361.251ms - task.js (warm) - 83x faster
- 473.897ms - task.js (cold) - 63x faster
- 29999.335ms - parallelize
And please don't comment on things you don't understand.