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

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.

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20180308122924-cbe1cc82e907
about 8 years ago
Versions
1
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/yourbasic/radi%21x
spec
License BSD-2-Clause
Namespace github.com/yourbasic
First Release about 8 years ago
Last Synced 23 days ago
Repository
Stars 182 on GitHub
Forks 11 on GitHub
Rankings on proxy.golang.org
Overall Top 5.6%
Forks Top 3.7%