VD44 / Matching-Engine

C++ and C# implementations of a financial product matching engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matching-Engine

C++ and C# implementations of a financial product matching engine.

C++ Implementation

 $ mkdir build; cmake -S . -B build; cmake --build build --target Match
 $ ./build/Match
 Simulated 2000000 Trades in 1062ms

C# Implementation

 $ mcs Program.cs
 $ mono Program.exe
 Simulated 1000000 Trades in 1474ms

About

C++ and C# implementations of a financial product matching engine.

License:MIT License


Languages

Language:C++ 60.6%Language:C# 38.0%Language:CMake 1.4%