Low Latency Programming in C++
Some of these are inspired from the the following talk https://www.youtube.com/watch?v=NH1Tta7purM
There some key concepts that we can take away from this talk
- Cache Pollution, Branch Prediction is also costly
- Template are better than virtual function, you can also checking some cool stuff like CRTP
- Need to benchmark your code.
Written on May 19, 2019