Link: https://infektor.net/posts/2018-11-03-iterators-what-must-be-done.html
Abstract: Explanation of how to make stl compatible iterators in C++
Link: https://github.com/Kobzol/hardware-effects
Abstract: A repository with small set of self-contained C++ programs that try to demonstrate various hardware effects that might affect program performance.
Link: https://joshpeterson.github.io/a-zero-cost-abstraction
Abstract: Is it possible to make a nice abstraction and still have quick code?