NaturalSort.Extension

Natural Sorter

An extension to StringComparison that adds support for natural sorting of strings

🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").

GitHub

175 stars
6 watching
13 forks
Language: C#
last commit: almost 2 years ago
Linked from 2 awesome lists

c-sharpcomparerextension-methodsnatural-sortnaturalsortsortsortingstringstring-comparisonstringcomparerstringcomparison

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
dancouper/natural_sortA sorting function for natural ordering of strings containing numbers14
dogweather/naturallyAn algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters87
yourbasic/radixA fast string sorting algorithm implemented in Go.192
grosser/sort_alphabeticalAn extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures.68
mattreecebentley/plf_indiesortA sorting algorithm that optimizes performance on non-random access containers and large data types19
sqve/sort.nvimA plugin that simplifies text sorting in Neovim by providing an intuitive command-line interface for both line-wise and delimiter-based sorting.137
wildgums/orc.sortProvides a collection of algorithms for sorting data in a programming language17
sindresorhus/alpha-sortA utility function for sorting arrays of strings in various natural and case-insensitive orders39
scandum/quadsortA branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data2,137
naturalness/sensibilityFixes syntax errors in neural network code18
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
lukas-reineke/cmp-under-comparatorA function to modify completion suggestions in nvim-cmp so they are sorted based on their starting characters.189
marscod/bert-sortAutomated sorting of data using a neural network model9
timsort/cpp-timsortA C++ implementation of TimSort, an O(n log n) stable sorting algorithm.303
wojciechmula/pyahocorasickA fast and memory-efficient library for exact or approximate string search961