How C++23 made my Thread Pool twice as fast
In C++23 there are some cool new features. In this video I show how to use the move_only_function to get rid of some overhead, improve the code and make it faster. Github: https://github.com/ZenSepiol/Dear-ImG... Tools that I use: https://www.virtualbox.org/ https://kubuntu.org/ https://code.visualstudio.com/ https://llvm.org/ http://clang.org/ https://mesonbuild.com/index.html In code: https://github.com/renatoGarcia/icecr... https://github.com/ocornut/imgui https://github.com/epezent/implot

▶︎
How to build a Web Scraper for Stock Market Data with Dear ImGui and C++

▶︎
How a Blind Developer Uses Visual Studio (Microsoft Build 2017)

▶︎
How to write Thread Pools in C++

▶︎
C++ cache locality and branch predictability

▶︎
🚀 ALL C++ Syntax in 7 Minutes | C++20, C++23 & C++26 Explained

▶︎
Thread Pools in C (using the PTHREAD API)

▶︎
Libraries That Quietly Revolutionized C

▶︎
How to use multithreading in C++

▶︎
"Clean" Code, Horrible Performance

▶︎
How C++23 Changes the Way We Write Code - Timur Doumler - CppCon 2022

▶︎
Modern C++: Unique Ptrs and Vectors

▶︎
Overview of Thread Pools

▶︎
C++ Tutorial: How to use CRTP to speed up your code

▶︎
Every Level of Reverse Engineering Explained

▶︎
C Strings are Terrible!

▶︎
Cache-Friendly C++ - Jonathan Müller - CppCon 2025

▶︎
Threads in C++

▶︎
The C Iceberg

▶︎
The World Is Not Ready For Jai

▶︎
