Reading List
- Lock-free multithreading with atomic operations
Triangles
•
29 Jul 2019
Synchronizing threads at a lower level.
- C++20 modules with GCC11
Niall Cooling
•
17 Aug 2021
Introduction One of the headline changes of the C++20 standard is the inclusion of modules. Modules promise to significantly change the structure of C++ codebases and possibly signal headers’ ultimate demise (but probably not in my lifetime). It also opens the door to potentially have a unified buil…