Documentation ¶
Overview ¶
Package zint64 implements radix sort for []int64. This package is deprecated
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 []int64)
Sort sorts x using a Radix sort (Small slices are sorted with slices.Sort() instead).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.