Expand description
SIMD acceleration module for performance-critical operations. SIMD acceleration module for performance-critical operations.
Modules§
- fallback
- Fallback scalar implementations. Scalar fallbacks for performance-critical operations.
Structs§
- Planar
LabPalette - A color palette stored in a planar layout for SIMD efficiency.
Functions§
- find_
nearest_ color - Find the index of the nearest color in a palette using Euclidean distance.
- find_
nearest_ color_ lab - Find the index of the nearest color in Lab space using the best available implementation.