We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0d71a commit ff46693Copy full SHA for ff46693
1 file changed
src/content/blog/limit-order-book.md
@@ -250,4 +250,7 @@ While this Rust-based limit order book is functionally correct, in a high-freque
250
- Memory-profiling with tools like perf, valgrind massif, and jemalloc statistics.
251
- Multi-threaded scalability tests under synthetic workloads.
252
253
+# Code
254
+Full code example can be found at https://github.com/sh4ka/limit-order-book
255
+
256
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