natural_sort
Sorter
A sorting function for natural ordering of strings containing numbers
Elixir natural sort implementation for lists of strings.
14 stars
1 watching
6 forks
Language: Elixir
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An extension to StringComparison that adds support for natural sorting of strings | 175 |
| An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| A small utility module to check if an ordered list of values is in the correct sequence | 23 |
| A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
| A plugin that simplifies text sorting in Neovim by providing an intuitive command-line interface for both line-wise and delimiter-based sorting. | 137 |
| A fast string sorting algorithm implemented in Go. | 192 |
| Provides a collection of algorithms for sorting data in a programming language | 17 |
| An extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures. | 68 |
| Generates a topologically sorted list of dependencies with cycle detection. | 13 |
| Automated sorting of data using a neural network model | 9 |
| Creates a consistent ordering of object keys for serialization purposes. | 35 |
| A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,137 |
| An efficient sorting algorithm with O(n log n) complexity. | 20 |
| Detects browser types and versions from user-agent strings | 101 |