Skip to content

History / Sorters

Revisions

  • Mention that GNU allocator is only on the C++17 branch.

    @Morwenn Morwenn committed May 7, 2017
  • Mention __gnu_cxx::bitmap_allocator.

    @Morwenn Morwenn committed May 7, 2017
  • Mention branchless traits potential optimizations for pdqsort

    @Morwenn Morwenn committed Apr 17, 2017
  • Typos + changed some explanations & complexities

    @Morwenn Morwenn committed Jan 15, 2017
  • Add a drop_merge_sorter to the library

    @Morwenn Morwenn committed Jan 15, 2017
  • Added a ska_sorter to the library

    @Morwenn Morwenn committed Jan 10, 2017
  • Document changes to insertion_sorter + notes about iterators invalidation.

    @Morwenn Morwenn committed Oct 15, 2016
  • Fix small note star.

    @Morwenn Morwenn committed Jun 12, 2016
  • Fix merge_sorter memory complexity and document container_aware_adapter-enhanced sorters.

    @Morwenn Morwenn committed Jun 12, 2016
  • Mention std::sort overloads for standard containers.

    @Morwenn Morwenn committed Jun 3, 2016
  • Formatting.

    @Morwenn Morwenn committed Jun 3, 2016
  • Reverse sorting for counting_sort.

    @Morwenn Morwenn committed May 10, 2016
  • Add a counting_sorter to the library.

    @Morwenn Morwenn committed May 8, 2016
  • spread_sorter performs n comparisons in the best case.

    @Morwenn Morwenn committed Apr 24, 2016
  • Projection support for spread_sorter.

    @Morwenn Morwenn committed Apr 24, 2016
  • Document sorter instantiations.

    @Morwenn Morwenn committed Mar 19, 2016
  • Add missing link.

    @Morwenn Morwenn committed Mar 9, 2016
  • Updatte default_sorter to reflect the latest changes.

    @Morwenn Morwenn committed Mar 9, 2016
  • default_sorter and spread_sorter are now full-fledged structs.

    @Morwenn Morwenn committed Mar 9, 2016
  • Merge std_stable_sorter into std_sorter.

    @Morwenn Morwenn committed Mar 9, 2016
  • Note about std_[stable_]sorter and proxy iterators.

    @Morwenn Morwenn committed Feb 28, 2016
  • Update merge_sorter complexity.

    @Morwenn Morwenn committed Feb 6, 2016
  • Every comparison sorter also handles projections.

    @Morwenn Morwenn committed Jan 29, 2016
  • Add a poplar_sorter to the library.

    @Morwenn Morwenn committed Jan 29, 2016
  • Add a merge_insertion_sorter to the library.

    @Morwenn Morwenn committed Jan 13, 2016
  • More restrictions for float_spread_sorter.

    @Morwenn Morwenn committed Jan 11, 2016
  • quick_sorter is O(n) when all values are equal.

    @Morwenn Morwenn committed Jan 4, 2016
  • Make quick_sorter memory usage fall to O(log n).

    @Morwenn Morwenn committed Jan 4, 2016
  • Every buffered sorter works with move-only types.

    @Morwenn Morwenn committed Jan 3, 2016
  • Quicksort now works with move-only types.

    @Morwenn Morwenn committed Dec 24, 2015