[libcxx-commits] [PATCH] D102727: Use precise growth rather than amortized growth in std::string::resize/__resize_default_init.
Chris Kennelly via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 15 10:44:32 PDT 2021
ckennelly added a comment.
In D102727#2880396 <https://reviews.llvm.org/D102727#2880396>, @ldionne wrote:
> @ckennelly I know you did a lot of work on `std::string`, can you take a look at this change?
I've added @mvels who has done a lot more looking at `std::string` than I have.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102727/new/
https://reviews.llvm.org/D102727
More information about the libcxx-commits
mailing list