Using this benchmark: https://gist.github.com/2652991 nodejs beats Vert.x for example. People shouldn't be so quick to accept these half thought out microbenchmarks.
So a quick verification. The io is the difference between these two. The JVM is doing some caching somewhere, whereas the v8 engine is not. Making a small change to both (in order to ensure that both are using the exact…
Using this benchmark: https://gist.github.com/2652991 nodejs beats Vert.x for example. People shouldn't be so quick to accept these half thought out microbenchmarks.
So a quick verification. The io is the difference between these two. The JVM is doing some caching somewhere, whereas the v8 engine is not. Making a small change to both (in order to ensure that both are using the exact…