- std::move() Is (Not) Free https://voithos.io/articles/std-move-is-not-free/ 92 comments cpp
- Type-safe enum class BitFlags template https://voithos.io/articles/type-safe-enum-class-bit-flags/ 23 comments cpp
- OpenGL Texture Mip Targeting https://voithos.io/articles/opengl-texture-mip-targeting/ 3 comments opengl
- A case of performance regression caused by NaNs https://voithos.io/articles/surprisingly-slow-nans/ 25 comments cpp
- Using enum classes as bitmasks https://voithos.io/articles/enum-class-bitmasks/ 35 comments cpp