[libcxx-commits] [PATCH] D110497: [libc++][format][3/6] Adds a __container_buffer.
Victor Zverovich via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Oct 31 07:03:11 PDT 2021
vitaut requested changes to this revision.
vitaut added a comment.
This revision now requires changes to proceed.
Character-by-character output, especially type erased one introduced in D110494 <https://reviews.llvm.org/D110494> doesn't seem efficient. As commented on the the previous diff the buffer and corresponding output iterator should provide access to a contiguous buffer and type erase the reallocation, not character output.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110497/new/
https://reviews.llvm.org/D110497
More information about the libcxx-commits
mailing list