[libcxx-commits] [PATCH] D44823: [libcxx] Improving std::vector<char> and std::deque<char> perfomance

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 29 09:20:07 PST 2019


mclow.lists added a comment.
Herald added a subscriber: libcxx-commits.

I just tried this (on Compiler Explorer) using LLVM 7, and the code for my original test in https://bugs.llvm.org/show_bug.cgi?id=35637 is now optimal.
Looking briefly at your test case, it seems to be fixed now too. Can you confirm or disprove, please?


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D44823





More information about the libcxx-commits mailing list