We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588497f commit 99caa5eCopy full SHA for 99caa5e
README.md
@@ -11,6 +11,9 @@ as the spread are provided through a grpc server endpoint
11
IO components: ExchangeStreams, and Quote GRPC Server are ran on seperate tokio runtimes in their own
12
pinned threads.
13
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
+
17
Orderbook is ran with multiplie threads. One for writing to the book the others for reading it.
18
19
## Orderbook structure
0 commit comments