In our company, std::format is not available in our production environment even though we use C++20. I was thinking about using the proxy library to replace virtual functions to improve the performance of our program.
Originally posted by @zhiyongww in #287 (comment)