Skip to content

Commit 991f699

Browse files
committed
fix: readme housekeeping
1 parent 5a564fa commit 991f699

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)