node includes a bunch of great benchmarks for fairly real world performance issues, this is not one.
if you want to try and be faster than callbacks i would suggest you use a real benchmark. On Apr 11, 2012, at April 11, 20122:15 PM, Jann Horn wrote: > On Wed, Apr 11, 2012 at 02:11:24PM -0700, Mark Hahn wrote: >> Anything is faster than code with a process.nextTick(). The callback >> example should be rewritten to not use it. > > I thought so, too - but that gives you a stack overflow. :D > > Seems like you'd have to do a process.nextTick() depending on the stack size > or so... sounds ugly. -- 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
