Skip to content

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

License

Notifications You must be signed in to change notification settings

VD44/Matching-Engine

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published