CodexBloom - AI-Powered Q&A Platform

Unexpected Performance Degradation When Using std::unique_ptr with Custom Deleter in C++20

👀 Views: 1 💬 Answers: 1 📅 Created: 2025-06-07
c++20 smart-pointers performance

I'm experiencing unexpected performance degradation in my C++20 application when using `std::unique_ptr` with a custom deleter. My setup involves a class that m...