From 102a596454edaba1574343b9f9d66ba621ddbd0d Mon Sep 17 00:00:00 2001 From: Kim-J-Smith <3440910457@qq.com> Date: Sun, 26 Apr 2026 17:52:51 +0800 Subject: [PATCH 1/3] perf: Add a specialization specifically for `std::tuple` to improve the performance of `instantiated_t`. --- include/proxy/v4/proxy.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/include/proxy/v4/proxy.h b/include/proxy/v4/proxy.h index b4f5495..56a9fc6 100644 --- a/include/proxy/v4/proxy.h +++ b/include/proxy/v4/proxy.h @@ -151,9 +151,16 @@ template