[libcxx-commits] [PATCH] D121514: [libc++][format] Improve format-arg-store.
Victor Zverovich via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 27 08:46:08 PDT 2022
vitaut added a comment.
You could do much better by having a single array and storing the type alternatives for the common case of small(ish) number of arguments in an integer. This is essentially what {fmt} does.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121514/new/
https://reviews.llvm.org/D121514
More information about the libcxx-commits
mailing list