High-Frequency Trading (HFT) style Order Matching Engine in C++. It demonstrates mastery of systems programming, memory management, and algorithmic complexity by utilizing Object Pools and pre-allocated arrays to avoid dynamic memory allocation (new/delete) and minimize latency.

1 Open Issue Need Help Last updated: Jul 3, 2026

Open Issues Need Help

View All on GitHub
good first issue

High-Frequency Trading (HFT) style Order Matching Engine in C++. It demonstrates mastery of systems programming, memory management, and algorithmic complexity by utilizing Object Pools and pre-allocated arrays to avoid dynamic memory allocation (new/delete) and minimize latency.

C++