radixsort

Radix Sort

Provides an implementation of radix sort in C and C++ with various optimization techniques.

Radix sort implementations in C and C++

GitHub

6 stars
4 watching
1 forks
Language: C++
last commit: almost 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
yourbasic/radixA fast string sorting algorithm implemented in Go.192
mattreecebentley/plf_indiesortA sorting algorithm that optimizes performance on non-random access containers and large data types19
scandum/quadsortA branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data2,137
scandum/blitsortAn in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management703
bitshifter/mathbench-rsA benchmarking framework comparing performance of different Rust linear algebra libraries200
timsort/cpp-timsortA C++ implementation of TimSort, an O(n log n) stable sorting algorithm.303
armon/libartA C implementation of an efficient data structure for fast lookups and prefix matching in memory databases.775
antirez/raxAn ANSI C implementation of a radix tree data structure1,127
skarupke/ska_sortAn implementation of the sorting algorithm known as Ska Sort in C++235
bitshifter/glam-rsA fast linear algebra library for games and graphics1,555
marscod/bert-sortAutomated sorting of data using a neural network model9
dancouper/natural_sortA sorting function for natural ordering of strings containing numbers14
0xdewy/quicksort-huffAn implementation of the Quicksort sorting algorithm using a custom data structure called Huff.10
bonzaithepenguin/wikisortAn optimized sorting algorithm with O(1) memory usage.1,273
fraillt/bitseryA binary serialization library optimized for speed and space.1,090