We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976fb08 commit 02a2f58Copy full SHA for 02a2f58
1 file changed
README.md
@@ -152,9 +152,9 @@ NB: this app uses `make` as a recipe book, but it's not essential:
152
- ✅ cache line alignment
153
- ✅ tcmalloc (Full) / gperftools
154
- CPU
155
- - ✅ process priority
156
- - ✅ FIX-thread "realtime"
157
- - ✅ FIX-thread CPU affinity
+ - ✅ isolated CPU cores
+ - ✅ thread-CPU affinity
+ - ✅ thread "realtime" priority
158
- Disable hyperthreading
159
- OS
160
- ✅ vacate OS services
@@ -173,6 +173,7 @@ NB: this app uses `make` as a recipe book, but it's not essential:
173
- ✅ debug quickfix to confirm if it's running in it's own thread
174
- QuickFIX alternative (Fix8)
175
- otherwise => QuickFIX + SSL
176
+ - hugepages
177
- kernel space vs user space
178
- intrinsics
179
- compiler auto-vectorization
0 commit comments