[libcxx-commits] [PATCH] D102727: Use precise growth rather than amortized growth in std::string::resize/__resize_default_init.

Martijn Vels via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 15 10:48:38 PDT 2021


mvels added a comment.

In D102727#2880793 <https://reviews.llvm.org/D102727#2880793>, @ckennelly wrote:

> 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.

I'll take a peek at this


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