C++ and C# implementations of a financial product matching engine.
$ mkdir build; cmake -S . -B build; cmake --build build --target Match
$ ./build/Match
Simulated 2000000 Trades in 1062ms
$ mcs Program.cs
$ mono Program.exe
Simulated 1000000 Trades in 1474ms