radix
String sorter
A fast string sorting algorithm implemented in Go.
A fast string sorting algorithm (MSD radix sort)
192 stars
8 watching
11 forks
Language: Go
last commit: over 6 years ago
Linked from 2 awesome lists
gogolangradix-sortsorting-algorithmsstring-sorting
Related projects:
Repository | Description | Stars |
---|---|---|
bitshifter/radixsort | Provides an implementation of radix sort in C and C++ with various optimization techniques. | 6 |
grosser/sort_alphabetical | Adds alphabetical sorting to UTF8 strings by comparing variants of characters at the same level | 68 |
scandum/quadsort | A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,135 |
jfcg/sorty | Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
mattreecebentley/plf_indiesort | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
tompazourek/naturalsort.extension | An extension to StringComparison that adds support for natural sorting of strings | 171 |
wildgums/orc.sort | Provides a collection of algorithms for sorting data in a programming language | 17 |
scandum/blitsort | An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management | 701 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 763 |
simonwaldherr/golangsortingvisualization | Visualizes various sorting algorithms in Go with animations | 125 |
sindresorhus/alpha-sort | A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
dancouper/natural_sort | A sorting function for natural ordering of strings containing numbers | 14 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
mandiant/stringsifter | A machine learning tool that ranks strings based on their relevance for malware analysis. | 681 |
dogweather/naturally | An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |