Post
Topic
Board Project Development
Merits 1 from 1 user
Re: How do I scale an exchange / trading engine wrote in C#? Threads/Race condtions
by
Valera Vlasyuk
on 02/02/2021, 01:14:47 UTC
⭐ Merited by Vod (1)
I think C# is a bad idea for the trading engine. Use GoLang or C/C++

I've coded an engine that can handle 12000/minute transactions. I've used winners of HFT contests algo.
Some ideas for you:
 - no floating points all unsigned int.
 - all data is stored in memory.
 - sent all data by blocks where possible