• 1
Iterators: What Must Be Done?

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++



  • 1
Hardware Effects

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.



  • 1
A zero cost abstraction?

Link: https://joshpeterson.github.io/a-zero-cost-abstraction

Abstract: Is it possible to make a nice abstraction and still have quick code?