[libcxx-commits] [PATCH] D59178: [libc++] Speedup to_string and to_wstring for integers using stack buffer and SSO

Afanasyev Ivan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 1 02:00:21 PDT 2019


ivafanas added a comment.

In D59178#1474114 <https://reviews.llvm.org/D59178#1474114>, @mclow.lists wrote:

> This is looking much better to me. I'll run some tests later today and confirm.


Hi!

Is there any issues I can help with the proposed `to_string` implementation?
I've manually run `make check-cxx` tests, they didn't show new failures.


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

https://reviews.llvm.org/D59178





More information about the libcxx-commits mailing list