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.

GitHub

19 stars
4 watching
2 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list

sortsorting

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
bonzaithepenguin/wikisortAn optimized sorting algorithm with O(1) memory usage.1,273
timsort/cpp-timsortA C++ implementation of TimSort, an O(n log n) stable sorting algorithm.303
addyosmani/bubblesortA bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order107
mattreecebentley/plf_listA high-performance alternative to the C++ standard library's list container150
azat-io/eslint-plugin-perfectionistA plugin for ESLint that enforces consistent code formatting and organization through rules-based sorting of various data structures.2,220
mattreecebentley/plf_stackA C++ data container optimized for stack-based operations with improved performance compared to standard library containers.64
yourbasic/radixA fast string sorting algorithm implemented in Go.192
mattiash/angular-tablesortA tool for adding sorting functionality to AngularJS tables in a straightforward and flexible way185
dancouper/natural_sortA sorting function for natural ordering of strings containing numbers14
scandum/blitsortAn in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management703
sindresorhus/alpha-sortA utility function for sorting arrays of strings in various natural and case-insensitive orders39
christianbach/tablesorterA client-side table sorting plugin that provides flexible and customizable sorting capabilities for HTML tables.1,029
stoeffel/mergesortAn efficient sorting algorithm with O(n log n) complexity.20
scandum/quadsortA branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data2,137
bitshifter/radixsortProvides an implementation of radix sort in C and C++ with various optimization techniques.6