Versions in this module Expand all Collapse all v0 v0.1.0 Sep 12, 2019 Changes in this version + func ParallelSort(S sort.Interface, T ...Swapper) + func ParallelStable(S sort.Interface, T ...Swapper) + func SearchInt16s(a []int16, x int16) int + func SearchInt32s(a []int32, x int32) int + func SearchInt64s(a []int64, x int64) int + func SearchInt8s(a []int8, x int8) int + func SearchInts(a []int, x int) int + func SearchUint16s(a []uint16, x uint16) int + func SearchUint32s(a []uint32, x uint32) int + func SearchUint64s(a []uint64, x uint64) int + func SearchUint8s(a []uint8, x uint8) int + func SearchUints(a []uint, x uint) int + type Float64Slice []float64 + func (p Float64Slice) Len() int + func (p Float64Slice) Less(i, j int) bool + func (p Float64Slice) Sort() + func (p Float64Slice) Swap(i, j int) + type Int16Slice []int16 + func (p Int16Slice) Len() int + func (p Int16Slice) Less(i, j int) bool + func (p Int16Slice) Sort() + func (p Int16Slice) Swap(i, j int) + type Int32Slice []int32 + func (p Int32Slice) Len() int + func (p Int32Slice) Less(i, j int) bool + func (p Int32Slice) Sort() + func (p Int32Slice) Swap(i, j int) + type Int64Slice []int64 + func (p Int64Slice) Len() int + func (p Int64Slice) Less(i, j int) bool + func (p Int64Slice) Sort() + func (p Int64Slice) Swap(i, j int) + type Int8Slice []int8 + func (p Int8Slice) Len() int + func (p Int8Slice) Less(i, j int) bool + func (p Int8Slice) Sort() + func (p Int8Slice) Swap(i, j int) + type IntSlice []int + func (p IntSlice) Len() int + func (p IntSlice) Less(i, j int) bool + func (p IntSlice) Sort() + func (p IntSlice) Swap(i, j int) + type Lesser interface + Less func(i, j int) bool + type Swapper interface + Swap func(i, j int) + type Uint16Slice []uint16 + func (p Uint16Slice) Len() int + func (p Uint16Slice) Less(i, j int) bool + func (p Uint16Slice) Sort() + func (p Uint16Slice) Swap(i, j int) + type Uint32Slice []uint32 + func (p Uint32Slice) Len() int + func (p Uint32Slice) Less(i, j int) bool + func (p Uint32Slice) Sort() + func (p Uint32Slice) Swap(i, j int) + type Uint64Slice []uint64 + func (p Uint64Slice) Len() int + func (p Uint64Slice) Less(i, j int) bool + func (p Uint64Slice) Sort() + func (p Uint64Slice) Swap(i, j int) + type Uint8Slice []uint8 + func (p Uint8Slice) Len() int + func (p Uint8Slice) Less(i, j int) bool + func (p Uint8Slice) Sort() + func (p Uint8Slice) Swap(i, j int) + type UintSlice []uint + func (p UintSlice) Len() int + func (p UintSlice) Less(i, j int) bool + func (p UintSlice) Sort() + func (p UintSlice) Swap(i, j int)