06-08-2014, 09:35 PM
Also when going for performance C++ gives you a lot more to tune. Stack allocated classes, templates (No boxing gives significant performance advantages), intrinsics, deterministic destruction (No GC spikes). If they really want performance there going to end up using JNI to c++ code.