File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ NB: this app uses `make` as a recipe book, but it's not essential:
140140 - ✅ dependency injection
141141 - integration test with mocked Binance server
142142 - FTXUI snapshot testing
143- - performance
143+ - performance / latency
144144 - ✅ store prices and sizes as integrals (ticks as ` uint64_t ` ) for performance
145145 - ✅ cache line alignment
146146 - ✅ tcmalloc (Full) / gperftools
@@ -150,7 +150,8 @@ NB: this app uses `make` as a recipe book, but it's not essential:
150150 - profile-guided optimization (pgo)
151151 - load test with mocked FIX server
152152 - set process priority
153- - latency
153+ - NIC affinity
154+ - QoS
154155 - sparse arrays & flat matrix
155156 - memory-mapped files
156157 - (analyse) find Binance's server location for a low-latency connection
You can’t perform that action at this time.
0 commit comments