IntelLabs / ScalableVectorSearch

https://intellabs.github.io/ScalableVectorSearch/
GNU Affero General Public License v3.0
97 stars 14 forks source link

Specialize `as_const_span` for `svs::AnonymousArray<1>` (#352) #34

Closed mihaic closed 2 months ago

mihaic commented 2 months ago

Specialize as_const_span for svs::AnonymousArray<1> (#352)

Specialize svs::lib::as_span and svs::lib::as_const_span for svs::AnonymousArray<1>. I've been finding myself needing something like this for the iterator and figured it was probably generally useful.