radix

String sorter

A fast string sorting algorithm implemented in Go.

A fast string sorting algorithm (MSD radix sort)

GitHub

192 stars
8 watching
11 forks
Language: Go
last commit: almost 7 years ago
Linked from 2 awesome lists

gogolangradix-sortsorting-algorithmsstring-sorting

Backlinks from these awesome lists:

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 An extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures. 68
scandum/quadsort A branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data 2,137
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 175
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 703
derekparker/trie A Go library implementing a data structure for fast prefix and fuzzy string searching 766
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. 968
mandiant/stringsifter A machine learning tool that ranks strings based on their relevance for malware analysis. 688
dogweather/naturally An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters 87