[libcxx-commits] [libcxx] [libc++] Optimize string operator[] for known large inputs (PR #69500)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 23 14:13:27 PDT 2023


EricWF wrote:

And what about for non-constant string indexes? Or what happens in a benchmark where you mix constant and non-constant indexes?

I would like this to be a little more thorough  

https://github.com/llvm/llvm-project/pull/69500


More information about the libcxx-commits mailing list