Skip to content

Commit 99caa5e

Browse files
committed
add note on cache locality issues with the current orderbook setup
1 parent 588497f commit 99caa5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ as the spread are provided through a grpc server endpoint
1111
IO components: ExchangeStreams, and Quote GRPC Server are ran on seperate tokio runtimes in their own
1212
pinned threads.
1313

14+
// todo: reason about the cores here and seek alternative setup
15+
-- too much information is being exchanged between cores during real time processing
16+
1417
Orderbook is ran with multiplie threads. One for writing to the book the others for reading it.
1518

1619
## Orderbook structure

0 commit comments

Comments
 (0)