Skip to content

Commit

Permalink
Remove ska_sort_copy, fallback to pdq_sort
Browse files Browse the repository at this point in the history
Currently, cpp-sort only offers an in-place sorting interface. There are
plans to work on a sort_copy interface, but not right now (issue #42),
hence I removed everything related to ska_sort_copy.

The fallback of ska_sort was change to pdq_sort instead of std::sort to
offer a better fallback algorithm, and to ensure that proxy iterators work
as expected with ska_sort.
  • Loading branch information
Morwenn committed Jan 7, 2017
1 parent ef3e75f commit 47887cd
Showing 1 changed file with 2 additions and 685 deletions.

0 comments on commit 47887cd

Please sign in to comment.