|
|
|
|
|
by wealthyyy
1916 days ago
|
|
Accenture used C# for a HFT shop but that shop went away from it to C++. Java is not popular in HFT other than 2-3 shops using it. C++ is best choice IMHO. It has become easy to use it and plus you can get compile time branch prediction with templates. RAII also amazing. RAII looks like a GC but it's not but it's works like a GC .. |
|