intel / ScalableVectorSearch

https://intel.github.io/ScalableVectorSearch/
GNU Affero General Public License v3.0
115 stars 17 forks source link

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

Closed mihaic closed 5 months ago

mihaic commented 5 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.