vector
This crate contains SIMD accelerated functions for operating on vector data. Note that the name 'vector' does not exclusively mean embedding vectors, but any array of data appropriate for SIMD. Therefor, aside from fast implementations of distance for real vectors, this crate also includes things like SIMD accelerated contains for slices.