@christophehenry@mastodon.social
Post #1157620
2026-04-01 10:46 UTC
Reflection: C++’s decade-defining rocket engine — Herb Sutter @ CppCon 2025
https://www.youtube.com/watch?v=7z9NNrRDHQU
If I understand this correctly, this is going to be good news for Qt/Plasma's performance as Qt basically reimplemented a reflection/metaprogramming system with QMetaObject.
#programing #cpp
Replies (1)
-
@christophehenry@mastodon.social 2026-04-01 10:55
There's also std::execution, which — if I understand correctly — contains a standard equivalent to Qt's signal/slot system? #programing #cpp