- Implementing General Relativity: Wormholes, spinning black holes, accretion disks, and redshift
- Benchmarking perfect hashing
- Trip report: Summer ISO C++ standards meeting (St Louis, MO, USA)
- Report from the St. Louis 2024 ISO C++ Committee meeting
- Understanding the inner workings of C++ smart pointers - The unique_ptr
- Efficiently allocating lots of std::shared_ptr
- Cooperative Interruption of a Thread in C++20
- Chrono: Input
- How much memory does a call to ‘malloc’ allocates?
- Member ordering and binary sizes
- C++ Distributed Builds: Strategies to Reduce Build Times
- Writing a
remove_all_pointers
type trait, part 1 - Writing a
remove_all_pointers
type trait, part 2 - Is there a built-in way in C++/WinRT to get the string name for a Windows Runtime enum?
- How to convert between different types of counted-string string types
- libunifex and std::execution-- audio
- Random distributions are not one-size-fits-all (part 2.5)
- MEASURE THEORY by D.H.Fremlin, University of Essex-- free book
- A Type for Overload Set
- C++ programmer's guide to undefined behavior: part 2 of 11
- UB or not UB: How gcc and clang handle statically known undefined behaviour
- Implementing General Relativity: What's inside a black hole?
- Temporary Lifetime Extension: Complicated Cases