[libcxx-commits] [PATCH] D82220: Add optimization to basic_string::assign for compile-time known constant values.

Martijn Vels via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 19 11:26:59 PDT 2020


mvels retitled this revision from "This change optimizes the assign() methods for string where either the contents or lengths are compile time known constants. For small strings (< min_cap) we can execute the assignment entirely inline. For strings up to 128 bytes we allow the..." to "Add optimization to basic_string::assign for compile-time known constant values.".
mvels edited the summary of this revision.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82220





More information about the libcxx-commits mailing list