Performance of C++ vs Virtual Machine languages in high frequency finance

前端 未结 15 1893
死守一世寂寞
死守一世寂寞 2020-12-12 13:34

I thought the C/C++ vs C#/Java performance question was well trodden, meaning that I\'d read enough evidence to suggest that the VM languages are not necessarily any slower

15条回答
  •  攒了一身酷
    2020-12-12 13:59

    One of the most interesting thing in C++ is that its performance numbers are not better, but more reliable.

    It's not necessarily faster than Java/C#/..., but it is consistent accross runs.

    Like in networking, sometimes the throughput isn't as important as a stable latency.

提交回复
热议问题