On Fri, May 11, 2012 at 12:40 PM, Tim Fox <[email protected]> wrote: > On Friday, May 11, 2012 7:59:29 AM UTC+1, alessioalex wrote: >> >> With a fair benchmark, Node is 50% faster than Vert.x. By fair benchmark I >> mean: both using a single core and both caching the file (so both are now >> using the same logic). >> >> https://gist.github.com/2652991 > > > Incorrect. Vert.x does not cache the file. All this benchmark has done is
Have you checked with a tool like truss or strace if it's really rereading the file? Isaac remarked that he didn't see any file I/O syscalls after start-up. I haven't verified it myself (vert.x seems to require Java 1.7, you should advertise that a little better) but I've seen similar behavior with other Java apps. -- 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
