ChrisHegarty commented on PR #12703:
URL: https://github.com/apache/lucene/pull/12703#issuecomment-1779052160

   For what it's worth, the changes currently in this PR do not perform 
generally well, since we can have a mix of how we represent the underlying 
vector values, and where they come from.  I agree with Uwe, it will be much 
more flexible if we consistently represent the values as ByteBuffer everywhere 
- that way they can on or off heap, represent float or byte values, etc, and 
can have a MemorySegment view in the Panama vector implementation.


-- 
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