plf_indiesort
Sorter
A sorting algorithm that optimizes performance on non-random access containers and large data types
A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of large types.
19 stars
4 watching
2 forks
Language: C++
last commit: over 2 years agoLinked from 1 awesome list
sortsorting
Related projects:
| Repository | Description | Stars |
|---|---|---|
| An optimized sorting algorithm with O(1) memory usage. | 1,273 | |
| A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 303 | |
| A bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order | 107 | |
| A high-performance alternative to the C++ standard library's list container | 150 | |
| A plugin for ESLint that enforces consistent code formatting and organization through rules-based sorting of various data structures. | 2,220 | |
| A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 64 | |
| A fast string sorting algorithm implemented in Go. | 192 | |
| A tool for adding sorting functionality to AngularJS tables in a straightforward and flexible way | 185 | |
| A sorting function for natural ordering of strings containing numbers | 14 | |
| An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management | 703 | |
| A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 | |
| A client-side table sorting plugin that provides flexible and customizable sorting capabilities for HTML tables. | 1,029 | |
| An efficient sorting algorithm with O(n log n) complexity. | 20 | |
| A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,137 | |
| Provides an implementation of radix sort in C and C++ with various optimization techniques. | 6 |