contrebande-labs commented on issue #12302:
URL: https://github.com/apache/lucene/issues/12302#issuecomment-1553824444

   From what I can see, the classes/files modified so far are:
   
   * 
[VectorUtil](https://github.com/ChrisHegarty/lucene/blob/panama_vector/lucene/core/src/java/org/apache/lucene/util/VectorUtil.java)
   * 
[JDKVectorUtilProvider](https://github.com/ChrisHegarty/lucene/blob/panama_vector/lucene/core/src/java20/org/apache/lucene/util/JDKVectorUtilProvider.java)
   * 
[panama-foreign.gradle](https://github.com/ChrisHegarty/lucene/blob/panama_vector/gradle/generation/panama-foreign.gradle)
 and 
[ExtractForeignAPI](https://github.com/ChrisHegarty/lucene/blob/panama_vector/gradle/generation/panama-foreign/ExtractForeignAPI.java)
   
   Would it make sense for me to port and maintain these changes to either/or 
[Java 17](https://openjdk.org/jeps/414), [Java 
18](https://openjdk.org/jeps/417), [Java 19](https://openjdk.org/jeps/426) .. 
and [Java 21](https://openjdk.org/jeps/448) based on @ChrisHegarty's original 
[Java 20](https://openjdk.org/jeps/438) code? Also, should I start a 
panama-specific CI stack on my Github account with unit tests and benchmarks (I 
could write these too). Whatever you guys think is the priority...


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