[libcxx-commits] [libcxx] [libc++][print] Includes <format>. (PR #76333)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 28 07:08:45 PST 2024


mordante wrote:

I had a patch for this https://reviews.llvm.org/D157298, but that was not well liked to do at a large scale. This patch was due to an earlier size increment due to `format` in `vector`. Btw I asked about this issue a while ago in a DM on Discourse, did you see that message?

I'm happy to revisit this idea, but then it would be good to have some performance numbers. These number seem worse than the vector case. Maybe instead of doing fine-grained "header removal" we could only remove the "heavy hitters".

https://github.com/llvm/llvm-project/pull/76333


More information about the libcxx-commits mailing list