Skip to content

Latest commit

 

History

History
48 lines (47 loc) · 6.79 KB

230120.md

File metadata and controls

48 lines (47 loc) · 6.79 KB

Articles

  1. The Bitter Truth: Python 3.11 vs Cython vs C++ Performance for Simulations
  2. Cpp2 and cppfront: Year-end mini-update
  3. Attractive nuisances in software design
  4. The run-time, compile-time, binary size triangle
  5. TIOBE Index for January 2023
  6. MSVC: The Devourer of Const
  7. Determining if a template specialization exists
  8. Using perfect (and imperfect) forwarding to simplify C++ wrapper classes
  9. Counting from 98 to 14 in C++
  10. How Visual Studio Became Unusable to Me
  11. The faker's guide to reading (x86) assembly language
  12. Transcoding Unicode with AVX-512: AMD Zen 4 vs. Intel Ice Lake
  13. C elements that are not supported in C++
  14. Rust vs C++ Formatting
  15. Partial Function Application
  16. A short introduction to Entity-Component-System in C++ with EnTT
  17. 13 new rules to help you make the best of C++20’s std::format feature
  18. Care is needed to use C++ std::optional with non-trivial objects
  19. Learning eBPF exploitation
  20. Rapidly Build AI-Streaming Apps with Python and C++
  21. Argument-Dependent Lookup and the Hidden Friend Idiom
  22. How to make chunks of a range in C++23
  23. C++20 Ranges: The Key Advantage - Algorithm Composition
  24. Getting in trouble with mixed construction

Videos

  1. Deciphering Coroutines - a visual approach - Andreas Weis - Meeting C++ 2022
  2. C++ Coroutines from scratch - Phil Nash - Meeting C++ 2022
  3. Modern C++: C++ Patterns to Make Embedded Programming More Productive - Steve Bush - CppCon 2022
  4. Fast, High-Quality Pseudo-Random Numbers for Non-Cryptographers in C++ - Roth Michaels - CppCon 2022
  5. Killing C++ Serialization Overhead & Complexity - Eyal Zedaka - CppCon 2022
  6. What's New in Conan 2.0 C/C++ Package Manager - Diego Rodriguez-Losada - CppCon 2022
  7. Trading at light speed: designing low latency systems in C++ - David Gross - Meeting C++ 2022
  8. How C++23 changes the way we write code - Timur Doumler - Meeting C++ 2022
  9. LLVM Optimization Remarks - Ofek Shilon - CppCon 2022
  10. What Can Compiler Benchmarks Reveal About Metaprogramming Implementation Strategies Vincent Reverdy
  11. Value Semantics: Safety, Independence, Projection, & Future of Programming - Dave Abrahams CppCon 22
  12. C++ Mythbusters - Victor Ciura - Meeting C++ 2022
  13. A Pattern Language for Expressing Concurrency in Cpp - Lucian Radu Teodorescu - CppCon 2022
  14. -memory-safe C++ - Jim Radigan - CppCon 2022
  15. What is ownership in Rust?
  16. C++ Weekly - Ep 359 - std::array's Implementation Secret (That You Can't Use!)
  17. Taking a Byte Out of C++ - Avoiding Punning by Starting Lifetimes - Robert Leahy - CppCon 2022
  18. What Is an Image? - Cpp Computer Graphics Tutorial, (GPU, GUI, 2D Graphics and Pixels Explained)
  19. Optimizing Binary Search - Sergey Slotin - CppCon 2022
  20. Enough TMP to write a Variant - Denis Yaroshevskiy - Meeting C++ 2022
  21. Guy Davidson - Everything you know about colour is wrong - Meeting C++ online