An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.6% on proxy.golang.org
Top 3.7% forks on proxy.golang.org

proxy.golang.org : github.com/yourbasic/radiX

Package radix contains a string sorting algorithm. This is an optimized sorting algorithm equivalent to sort.Strings. For string sorting, a carefully implemented radix sort can be considerably faster than Quicksort, sometimes more than twice as fast. The algorithm uses O(n) extra space and runs in O(n+B) worst-case time, where n is the number of strings to be sorted and B is the number of bytes that must be inspected to sort the strings.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/yourbasic/radi%21x
Keywords: go , golang , radix-sort , sorting-algorithms , string-sorting
License: BSD-2-Clause
Latest release: about 7 years ago
First release: about 7 years ago
Namespace: github.com/yourbasic
Stars: 182 on GitHub
Forks: 11 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...