package qsort
import "github.com/segmentio/asm/qsort"
Index ¶
Functions ¶
func Sort ¶
Sort sorts contiguous big-endian chunks of bytes of a fixed size. Sorting specializations are available for sizes of 8, 16, 24 and 32 bytes.
Source Files ¶
generic.go sort.go sort16.go sort24.go sort32.go sort8.go sort_default.go unsafe.go
- Version
- v1.1.0
- Published
- Oct 15, 2021
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 1 hour ago –
Tools for package owners.