Documentation ¶
Overview ¶
Package zuint implements radix sort for []uint.
Index ¶
Constants ¶
View Source
const (
// MinSize is the minimum size of a slice that will be radix sorted by Sort.
MinSize = 256
)
Variables ¶
This section is empty.
Functions ¶
func Sort ¶
func Sort(x []uint)
Sort sorts x using a Radix sort (Small slices are sorted with sort.Sort() instead).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.