37
Java is Very Fast, If You Don’t Create Many Objects
(blog.vanillajava.blog)
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
Every language is fast, as long as it can be somehow (at least) jit compiled, and you're not allocating much.