Skip to content

Commit 02a2f58

Browse files
committed
fix: updated readme
1 parent 976fb08 commit 02a2f58

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ NB: this app uses `make` as a recipe book, but it's not essential:
152152
- ✅ cache line alignment
153153
- ✅ tcmalloc (Full) / gperftools
154154
- CPU
155-
-process priority
156-
-FIX-thread "realtime"
157-
-FIX-thread CPU affinity
155+
-isolated CPU cores
156+
- ✅ thread-CPU affinity
157+
- ✅ thread "realtime" priority
158158
- Disable hyperthreading
159159
- OS
160160
- ✅ vacate OS services
@@ -173,6 +173,7 @@ NB: this app uses `make` as a recipe book, but it's not essential:
173173
- ✅ debug quickfix to confirm if it's running in it's own thread
174174
- QuickFIX alternative (Fix8)
175175
- otherwise => QuickFIX + SSL
176+
- hugepages
176177
- kernel space vs user space
177178
- intrinsics
178179
- compiler auto-vectorization

0 commit comments

Comments
 (0)