Skip to content

Latest commit

 

History

History
43 lines (43 loc) · 5.58 KB

230819.md

File metadata and controls

43 lines (43 loc) · 5.58 KB
  1. What is Low Latency C++? (Part 1) - Timur Doumler - CppNow 2023
  2. How Generic Programming and C++ Portability Give Great Performance and Reveals What Performs Well
  3. Keynote: Become a Better Programmer by Using Words and Ideas From Casual Gaming - Kate Gregory ACCU
  4. Designing for C++ Concurrency Using Message Passing - Anthony Williams - ACCU 2023
  5. Function Contracts in Practice using C++ - Rostislav Khlebnikov - ACCU 2023
  6. Productivity in C++ Game Development: The Mind of an AAA Game Developer - David Li & Keith Stockdale
  7. Modernizing Compiler Design for Carbon Toolchain - Chandler Carruth - CppNow 2023
  8. BLADE - The Allen Telescope Array CUDA-Accelerated Real-Time DSP Library - Luigi Cruz - CppNow 2023
  9. Calendrical C++: std::chrono, History, Mathematics and the Computus - Ben Deane - CppNow 2023
  10. Keynote: Become a Better Programmer by Using Words and Ideas From Casual Gaming - Kate Gregory ACCU
  11. Callable Objects in Java, C#, Rust, and C++ - Zhihao Yuan - ACCU 2023
  12. Future of C++ Programming with AI Bots at Hand - Amir Kirsh and Alex Dathskovsky - CppNow 2023
  13. Remote Mob Programming in a High Stakes Environment - Giovanni Asproni - ACCU 2023
  14. Functional Programming in Modern C++: The Imperatives Must Go! - Victor Ciura - ACCU 2023
  15. The Story Of The Code - Dom Davis - ACCU 2023
  16. The New C++ Library: Strong Library Foundation for Future Projects - Jonathan Müller & Arno Schödl
  17. Multi Threading Model in Paradox Games: Past, Present and Future - Mathieu Ropert - ACCU 2023
  18. Building C++ Interfaces That Are Hard to Use Incorrectly - Andreas Weis - ACCU 2023
  19. mp-units: Lessons Learned and a New C++ Library Design - Mateusz Pusz - ACCU 2023
  20. Requirements for C++ Successor Languages - Bret Brown - CppNow 2023
  21. Keynote: The Evolution of C++ - A Typescript for C++ - Herb Sutter - CppNow 2023
  22. Using, Generating and Testing with Pseudo-Random Numbers - Frances Buontempo - ACCU 2023
  23. Project: Pixelate Images in Terminal
  24. C++ Insights - Episode 41: How type-traits work
  25. A Graph Based Update System in C++: Lightning Updates - Hana Dusíková - CppNow 2023
  26. C++ Weekly - Ep 389 - Avoiding Pointer Arithmetic
  27. C++ Package Manager - C++ Dependencies Don't Have To Be Painful! - Augustin Popa - ACCU 2023
  28. All the Safeties: Safety in C++ - Sean Parent - CppNow 2023
  29. Keynote: C++ Horizons - Bryce Adelstein Lelbach - ACCU 2023
  30. Implementing a C++ Coroutine Task from Scratch - Dietmar Kühl - ACCU 2023
  31. C++ Compile-Time Sparse Matrices for Linear Algebra and Tracking Applications - CppNow 2023
  32. C++ Compile-Time Sparse Matrices for Linear Algebra and Tracking Applications - CppNow 2023
  33. Modified Condition and Decision Coverage in Gcc: Intro, Motivation & Tooling - Jørgen Kvalsvik
  34. Applying Unix Readiness Model for Concurrent Operations in C++ - Filipp Gelman - ACCU 2023
  35. SIMD Libraries in C++ - Jeff Garland - CppNow 2023
  36. And Then() Some(T): C++ Combinators - Higher-Order Functions in Cpp - Victor Ciura - ACCU 2023
  37. Pipeflow: C++ Task-Parallel Pipeline Scheduling Framework - Cheng-Hsiang Chiu - CppNow 2023
  38. How Bloomberg uses Behavior-Driven Development (BDD) to Test Distributed Systems - Jacqueline Pan
  39. Preparing for Professionalism in Programming: A Student Perspective - Gail Ollis - ACCU 2023
  40. C++ Weekly - Ep 388 - My constexpr Revenge Against Lisp
  41. Coding for Safety, Security, and Sustainability in C++ - Panel Discussion - CppNow 2023
  42. take(5): Using the C++ Iterator Model to Take Elements from an Input Stream - Barry Revzin - CppNow
  43. Adventures with React and JUCE: Building UI with Typescript in a C++ Application - Jim Hague - ACCU