quant icon indicating copy to clipboard operation
quant copied to clipboard

An interface for image color quantizers.

Results 1 quant issues
Sort by recently updated
recently updated
newest added

This implements the pdqsort algorithm for Go 1.18 and later. The new algorithm is ~10x faster than `sort.Sort` and was added to the `slices` package in Go 1.20. The algorithm...