On Apr 12, 9:54 am, Tim Caswell <[email protected]> wrote: > What makes the main thread so slow in comparison? It's the same v8 right?
Here's something more interesting: https://gist.github.com/2369318 Threads_a_gogo JS thread -> 3039 (ms) 298607040 Node's main JS thread -> 4677 (ms) 298607040 Ratio: 1.54 times faster than main JS thread New, separate VM -> 3065 (ms) 298607040 Ratio: 1.01 times faster than new VM -- 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
