Skip to content

Commit ff46693

Browse files
committed
Add limit order book code
1 parent ca0d71a commit ff46693

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/content/blog/limit-order-book.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,7 @@ While this Rust-based limit order book is functionally correct, in a high-freque
250250
- Memory-profiling with tools like perf, valgrind massif, and jemalloc statistics.
251251
- Multi-threaded scalability tests under synthetic workloads.
252252

253+
# Code
254+
Full code example can be found at https://github.com/sh4ka/limit-order-book
255+
253256
In the next article, we will explore advanced order types (iceberg, stop-loss) and extend our engine with event sourcing and persistence.

0 commit comments

Comments
 (0)