8 ms·
Extremely interesting. Since we're bench marking it with C++, is it safe to assume it performs much better than the JVM?
by Srirangan 15y ago
Extremely interesting. Since we're bench marking it with C++, is it safe to assume it performs much better than the JVM?
- spullara 15y agoYes, 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/ValueAtRisk/VarMT.java https://github.com/spullara/Benchmarks/blob/master/Server/Va...