This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
algorithms
/
alg.sorting
History
Marshall Clow
0b48cf9a62
Fix PR#22427. The implementation of inplace_merge had a \'small data set\' optimization; if either half of the merge was small (i.e, less than 9 items), it did an inplace merge rather than allocating a buffer and doing a faster/smarter merge. However, this failed to satisfy the complexity requirements in the standard. Remove that code. Add tests to check the complexity, and add the same tests for std::merge, since we are in that section of the test suite anyway.
...
llvm-svn: 227811
2015-02-02 17:35:53 +00:00
..
alg.binary.search
…
alg.heap.operations
…
alg.lex.comparison
…
alg.merge
…
alg.min.max
…
alg.nth.element
…
alg.permutation.generators
…
alg.set.operations
…
alg.sort
…
nothing_to_do.pass.cpp
…