[libcxx-commits] [PATCH] D63063: Bug 42208: speeding up std::merge

Denis Yaroshevskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Nov 17 14:44:41 PST 2019


dyaroshev added a comment.

Talked to @mclow.lists about this PR - he said that he's interested.

I have figured out what happened with the previous stable sort measurements - there was an issue with incorrect data.
With correct data the wins are not as good, but merge proves to be performing well consistently.

What do you think we need to merge this?


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

https://reviews.llvm.org/D63063





More information about the libcxx-commits mailing list