kaivalnp commented on PR #14847: URL: https://github.com/apache/lucene/pull/14847#issuecomment-3033015253
@mikemccand I stumbled upon a way to allocate a `long[]` in native memory using a specific byte order (`LITTLE_ENDIAN`) -- which we use in a filtered search (i.e. if an explicit filter is provided, or the segment has deletes) With this, I think we've moved away from all `ByteBuffer` usages to copy bytes to native memory in `LibFaissC` -- 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