Create a Float32Array view over a Buffer without copying. Use this when you want to pass directly to distance functions without converting to number[] first (avoids allocation).
Buffer containing raw float32 bytes.
Float32Array view.
Create a Float32Array view over a Buffer without copying. Use this when you want to pass directly to distance functions without converting to number[] first (avoids allocation).