package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Jan 27, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Sort[T any](data []T, less func(T, T) bool, threads int) []T
Sort is an inner implementation of a parallel merge sort where sort.Slice()
is used to sort sliced array parts
Source Files
¶
Click to show internal directories.
Click to hide internal directories.