timsort topic

List timsort repositories

quadsort

2.1k
Stars
104
Forks
Watchers

Quadsort is a branchless stable adaptive mergesort faster than quicksort.

SortingAlgorithm.HayateShiki

93
Stars
9
Forks
Watchers

Hayate-Shiki is an improved merge sort algorithm with the goal of "faster than quick sort".

LGenerics

105
Stars
16
Forks
Watchers

Generic algorithms and data structures for Lazarus/Free Pascal

Redzen

92
Stars
16
Forks
Watchers

General purpose C# code library.

ShiftSort

40
Stars
8
Forks
Watchers

Sorting algorithm quicker than MergeSort, and is adaptive and stable.

sort

20
Stars
1
Forks
Watchers

Highly-optimized sorting implemention in C++, including insertsort, shellsort, heapsort, quicksort, mergesort, timsort