My full code is about 1000 lines spread over a dozen files. Is there some subset that would be helpful?
The snippet above is representative of what I'm seeing in the profiler. I can send more snippets if that's useful. The program doesn't receive any user input. Its only output is a single console.log statement (and removing that does nothing for the problem). It doesn't open files, read directories, open sockets, or really do anything fancy whatsoever. It just loops a few thousand times simulating random hands from a card game. As I mentioned, the only external libraries I use are events and underscore. On Friday, March 16, 2012 7:00:00 PM UTC-4, Ben Noordhuis wrote: > > On Fri, Mar 16, 2012 at 23:36, Patrick Quinn wrote: > > OSX Lion > > Okay, can you post your full code? > -- 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
