On Apr 12, 2012, at 2:57 PM, billywhizz wrote: > are we just seeing the benefit of using 2 cores instead of 1?
No no no, not at all. You're seeing the same piece of JavaScript code running in node's main JavaScript thread vs running it in a thread_a_gogo. Nothing is going on in parallel here, it's simply either one thread or the other. > would be nice to also have the native node.js script in order to be able to > run the benchmark... Parse error... ? -- Jorge. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
