cpp
Sanitizers
- https://code.google.com/archive/p/syzygy/wikis/SyzyASanDesignDocument.wiki - discovers issues in chrome for windows
- https://llvm.org/docs/ScudoHardenedAllocator.html allocators for android that is memory hardened
- ADI: https://docs.oracle.com/cd/E86824_01/html/E54765/adi-2.html - implements memory tagging for SPARC
CPP
- https://www.stroustrup.com/hopl20main-p5-p-bfc9cd4--final.pdf
- https://community.khronos.org/t/what-are-the-use-of-back-and-front-buffer/24646
Framework
Structured Bindings
constexpr
NRVO named valued return optimization
- https://en.cppreference.com/w/cpp/language/copy_elision
- inverts the usual way people understand the lifetime of objects