Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetStream Matching Engine

A High-Performance, Low-Latency Limit Order Book (LOB) in C++

Project Overview

JetStream is a C++23 matching engine designed for high-throughput financial transactions. It implements a Price-Time Priority (FIFO) matching algorithm, ensuring that orders are executed fairly based on their price level and arrival sequence.

The primary goal of this project is to achieve sub-microsecond matching latency by utilising cache-friendly data structures and minimising dynamic memory allocation during the "hot path" of execution.

About

High-performance LOB matching engine in C++23.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages