CH-Abhinav commented on PR #16640: URL: https://github.com/apache/lucene/pull/16640#issuecomment-5684154879
thanks for the review @kaivalnp I will continue working on PR But regarding `NativeVectorUtilSupport` , currently I am by passing FFI to C library and making it always fallback to Panama delegate. If we want proper transfer we will need to write `MethodHandle` and `FunctionDescriptor` for bulk Operations including updating underlying C library itself. So should I do C-library implementations and the FFI calling in this PR or just do SIMD layer and see about native layer later? I will come up with similary implementations for `consine` and `squareDistance`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
