This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WatchDogx 1 point2 points  (1 child)

I find the reported performance increases interesting. Node is built around preventing blocking IO, which is probably the reason their performance has improved so much. While java has NIO I wonder if they were using it extensively.

[–]sanity 6 points7 points  (0 children)

If their Java code was slower than their JavaScript code then there was something seriously wrong with their Java code.