radixsort
Radix Sort
Provides an implementation of radix sort in C and C++ with various optimization techniques.
Radix sort implementations in C and C++
6 stars
4 watching
1 forks
Language: C++
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yourbasic/radix | A fast string sorting algorithm implemented in Go. | 192 |
mattreecebentley/plf_indiesort | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
scandum/quadsort | A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,135 |
scandum/blitsort | An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management | 701 |
bitshifter/mathbench-rs | A benchmarking framework comparing performance of different Rust linear algebra libraries | 198 |
timsort/cpp-timsort | A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 299 |
armon/libart | A C implementation of an efficient data structure for fast lookups and prefix matching in memory databases. | 771 |
antirez/rax | An ANSI C implementation of a radix tree data structure | 1,121 |
skarupke/ska_sort | An implementation of the sorting algorithm known as Ska Sort in C++ | 235 |
bitshifter/glam-rs | A fast linear algebra library for games and graphics | 1,541 |
marscod/bert-sort | Automated sorting of data using a neural network model | 9 |
dancouper/natural_sort | A sorting function for natural ordering of strings containing numbers | 14 |
0xdewy/quicksort-huff | An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 |
bonzaithepenguin/wikisort | An optimized sorting algorithm with O(1) memory usage. | 1,268 |
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,078 |