siddharthteotia commented on issue #13773: URL: https://github.com/apache/pinot/issues/13773#issuecomment-2282650977
> we can explore how jdk based projects are using it and we can take a path forward based on that. +1. Yes let's do some survey > https://github.com/simdjson/simdjson-java This is based on incubator version of vector support in JDK (Project Panama by Open JDK AFAIK). Note that the package still says "incubator" so I am not sure of production use / support for this. We have done this in the past where we took a dependency on less than productionized library (Lbuffer) and it proved to be unstable once in a while. Recently we have removed it. So, I think as a first step it will be good to see if any of the latest versions of JDK actually support it or not before we go way deeper in the POC / performance evaluation with above library Take a look at project Gandiva (under Arrow) too. We can also build a JNI bridge ourselves. I think the investment really depends on some value via POC. Curious if @gortiz / @richardstartin have any advice / suggestions. -- 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]
