Posts by this author

Aug 19, 2025
Post comments count5
Post likes count4

Announcing Proxy 4: The Next Leap in C++ Polymorphism

Version 4 of Microsoft's Proxy library brings feature improvements, better diagnostics, better code generation, modern compiler/debugger support.

C++Announcement
Nov 1, 2024
Post comments count3
Post likes count4

Analyzing the Performance of the “Proxy” Library

This article analyzes the performance of the "Proxy" library in various scenarios, demonstrating its significant advantages in indirect invocations and lifetime management across different platforms.

C++Experimental