3 related articles

A deep dive into building high-performance lock-free queues with modern C++, covering CAS atomic operations, memory ordering, Michael-Scott algorithm, ring buffers, ABA problem solutions, and memory reclamation mechanisms.
Agentty: An 11MB Lightweight Claude Co…
Agentty is an open-source AI coding assistant written in C++26, compiling to just 11MB. Positioned as a drop-in alternative to Claude Code, it explores lightweight, native-first AI tooling.

A comprehensive analysis of Asio (Boost.Asio) covering its Proactor async model, completion token mechanism, C++20 coroutine support, and cross-platform I/O abstraction for high-performance C++ networking.