Date: Wed, 4 Oct 2023 16:37:03 +0300
On Wed, 4 Oct 2023 at 16:35, Andrey Semashev via Std-Proposals
<std-proposals_at_[hidden]> wrote:
> Performance is one part of the issue, the other one is code size. Even
> if there is a fast path, you still have to link the entire
> implementation of std::format.
..but if that's templated and inlined and optimized, there's not much
code size bloat, is there?
<std-proposals_at_[hidden]> wrote:
> Performance is one part of the issue, the other one is code size. Even
> if there is a fast path, you still have to link the entire
> implementation of std::format.
..but if that's templated and inlined and optimized, there's not much
code size bloat, is there?
Received on 2023-10-04 13:37:16