On Tue, Mar 13, 2012 at 12:01 AM, Ted Young <[email protected]> wrote:
> Hey great.  If I could make one comment about the left side of the bike
> shed, the "node is faster" tenet kind of threw me off a bit.  I mean, I use
> node because it's efficient - and often fast - for doing lots of io.  But I
> feel like there will always be a neckbeard popping up to to show how
> something else is "faster" at some particular task, and anyways a lot of the
> speed is v8's responsibility.  And there's certainly been at least one case
> were optimizations were rolled back in favor of stability.  *shrug*

Luvit is supposedly aprox. twice as fast. Its still experimental
though, and you lose some possible synergy of having the same language
in client as in server. Luajit can keep pace with V8 and even
supercede it sometimes in the shoot outs, albeit the former is a
one-man project, but simply because Lua is much simpler language to
implement than javascript.

> Oooh ooh, maybe one possible addition?  "Node is for IO"?  I feel like that's 
> a distinction that is often made.

I think thats important.

Personally I feel node shines when you got client sessions that
interact with each other, which is a pain to code with traditional
LAMP, like the  chat demo application everyone wrote in node.js

-- 
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

Reply via email to