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: almost 7 years ago
Linked from 2 awesome lists
gogolangradix-sortsorting-algorithmsstring-sorting
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides an implementation of radix sort in C and C++ with various optimization techniques. | 6 |
| An extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures. | 68 |
| A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data | 2,137 |
| Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| An extension to StringComparison that adds support for natural sorting of strings | 175 |
| Provides a collection of algorithms for sorting data in a programming language | 17 |
| An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management | 703 |
| A Go library implementing a data structure for fast prefix and fuzzy string searching | 766 |
| Visualizes various sorting algorithms in Go with animations | 125 |
| A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
| A sorting function for natural ordering of strings containing numbers | 14 |
| A Go library for efficient string matching using compile-time glob patterns. | 968 |
| A machine learning tool that ranks strings based on their relevance for malware analysis. | 688 |
| An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |