[libcxx-commits] [PATCH] D110495: [libc++][format][2/6] Adds a __output_iterator.

Victor Zverovich via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 17 07:30:08 PDT 2021


vitaut requested changes to this revision.
vitaut added a comment.
This revision now requires changes to proceed.

I'm very surprised that this is the solution you went with. Indirect function call to write each character individually will likely be slow in practice compared to a contiguous buffer and a bulk copy. Please post benchmark results.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110495/new/

https://reviews.llvm.org/D110495



More information about the libcxx-commits mailing list