Hacker News new | ask | show | jobs
by Srirangan 5333 days ago
Extremely interesting. Since we're bench marking it with C++, is it safe to assume it performs much better than the JVM?
1 comments

Yes, I ported it and though the JVM performed well, it is beaten by the optimizing C++ compiler.

https://github.com/spullara/Benchmarks/blob/master/Server/Va...