You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2020/10/27 15:29:41 UTC

[GitHub] [incubator-datasketches-memory] davecromberge commented on issue #121: Support newer Java version than 8

davecromberge commented on issue #121:
URL: https://github.com/apache/incubator-datasketches-memory/issues/121#issuecomment-717324196


   I think that [Project Panama](https://openjdk.java.net/projects/panama/) may be an interesting project to follow for its ambitions to promote better native interoperability.  
   
   This could potentially allow a migration path for native calls that are no longer supported beyond Java 8, as the proposal targets version 16 of the JDK: https://openjdk.java.net/jeps/393
   
   In particular, its foreign memory access API provides the ability to access off-heap memory in an efficient fashion: 
   https://github.com/openjdk/panama-foreign/blob/foreign-jextract/doc/panama_memaccess.md
   
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org