Koharu Tech Notes

HomeArticlesCategoriesTags
Next.jsPythonCloudSecurityRubyCpp
Tag

Cpp26

A tag for finding articles about Cpp26.

Browse by tag

Browse by tag

There are currently 2 articles with this tag. Use it when you want entries with a similar editorial angle.

C++26 Reflection Moves Dispatch-Table Registration to Compile Time

C++26 Reflection Moves Dispatch-Table Registration to Compile Time

A C++26 static-reflection implementation builds a name-to-function dispatch table at compile time, removing a separately maintained registry and runtime table initialization. Lookup, indirect-call costs, naming constraints, and toolchain limitations still remain.

CppNew technology
2026-08-27
Beyond new and delete: Learning ownership, lifetime, and C++26 from C++ Memory Management

Beyond new and delete: Learning ownership, lifetime, and C++26 from C++ Memory Management

On August 17, 2026, the ISO C++ Blog highlighted a review of Patrice Roy’s C++ Memory Management. This article explains why modern C++ memory management extends beyond smart pointers into object lifetime, byte representation, and the evolving C++23 and C++26 specifications.

CppMemory Management
2026-08-17

About this site

About Koharu Tech Notes

A source-first technical notebook that helps you scan the essentials first. Categories map technical domains, while tags show editorial angles.

Koharu's reading note

Koharu's reading note

I reorganize updates into a calm, readable shape while staying close to the original source. Categories and tags help you continue into nearby topics.

Links

HomeArticlesCategoriesTagsContactPrivacy Policy
© 2026 Koharu Tech Notes