benwtrent opened a new pull request, #12629:
URL: https://github.com/apache/lucene/pull/12629

   While going through: https://github.com/apache/lucene/pull/12582
   
   I noticed that for a while now, our offheap vector readers haven't changed 
at all. We just keep copying them around for no reason.
   
   To make adding a new vector codec simpler, this refactors the lucene95 codec 
to allow its offheap vector storage format (readers/writers) to be used. 
   
   Additionally, it will handle writing the appropriate fields for sparse 
vectors (read/write) to a provided index output/inputs.
   
   This should reduce the churn in new codecs significantly. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to