Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 2.98 KB

240206.md

File metadata and controls

24 lines (24 loc) · 2.98 KB
  1. Regular, revisited - Victor Ciura - Meeting C++ 2023
  2. C++ Weekly - Ep 412 - Possible Uses of C++23's [[assume]] Attribute
  3. Data Storage in Entity Component Systems - Mathieu Ropert - Meeting C++ 2023
  4. Expressive Compile Time Parsers - Alon Wolf - Meeting C++ 2023
  5. Noexcept? Enabling Testing of Contract Checks in C++ - Pablo Halpern & Timur Doumler - CppCon 2023
  6. Linkers, Loaders and Shared Libraries in Windows, Linux, and C++ - Ofek Shilon - CppCon 2023
  7. Plug-in Based Software Architecture for Robotics - Abishalini Sivaraman & Anthony Baker CppCon 2023
  8. Concurrency TS2: Improved C++ Concurrency and Lock-free Programming - Maged Michael & Michael Wong
  9. Is C++23 std::mdspan a Zero-overhead Abstraction? - Oleksandr Bacherikov - CppCon 2023
  10. Tooling Intuition - Kevin Carpenter - Meeting C++ 2023
  11. Advanced SIMD Algorithms in Pictures - Denis Yaroshevskiy - Meeting C++ 2023
  12. Throwing Tools at Ranges - Tina Ulbrich - Meeting C++ 2023
  13. How to Build Your First C++ Automated Refactoring Tool - Kristen Shaker - CppCon 2023
  14. Object Introspection: A C++ Memory Profiler - Jonathan Haslam & Aditya Sarwade - CppCon 2023
  15. Exploration of Strongly-typed Units in C++: A Case Study from Digital Audio - Roth Michaels - CppCon
  16. Embracing CTAD - Nina Ranns - CppCon 2023
  17. Why use templates in modern C++
  18. Libraries: A First Step Toward Standard C++ Dependency Management - Bret Brown & Bill Hoffman 2023
  19. Typical C++, But Why? - Björn Fahller - Meeting C++ 2023
  20. C++ Common Knowledge - Dawid Zalewski - Meeting C++ 2023
  21. C++ Weekly - Ep 413 - (2x Faster!) What are Unity Builds (And How They Help)
  22. C++ Weekly - Ep 414 - C++26's Placeholder Variables With No Name
  23. Design Patterns: The most common misconceptions - Klaus Iglberger - Meeting C++ 2023
  24. Robotics at Compile Time: Optimizing Robotics Algorithms With C++'s Compile-Time Features - CppCon23