Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option is an option for the radix sorter constructor.
func MaxLen ¶
MaxLen is maximum length of slice that can utilize buffers in pool, would use dynamic buffer allocation for larger slices
type RadixSorter32 ¶
type RadixSorter32 struct {
// contains filtered or unexported fields
}
RadixSorter32 is a radix sorter for sorting []uint32
func New ¶
func New(options ...Option) *RadixSorter32
New creates a radix sorter for sorting []uint32
func (*RadixSorter32) Sort ¶
func (r *RadixSorter32) Sort(origin []uint32)
Sort sorts a slice of type []uint32
Click to show internal directories.
Click to hide internal directories.